/** Shopify CDN: Minification failed

Line 16:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Happy Club';
    src: url('/cdn/shop/files/HappyClubRegular.woff2') format('woff2'),
        url('/cdn/shop/files/HappyClubRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
h1, h2 {
    font-family: 'Happy Club';
    letter-spacing: 0;
}

h3, h4, h5, h6, p, a, input, select, textarea, button, td, th, li, div {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.announcement-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
}
.marquee__inner-wrap .slick-prev {
    background: url(/cdn/shop/files/arrow-left.svg);
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 1;
    background-color: #31519b;
}
.marquee__inner-wrap .slick-next {
    background: url(/cdn/shop/files/arrow-right.svg);
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 1;
    background-color: #31519b;
}
.slider-marquee__inner.slick-initialized.slick-slider {
    max-width: 400px;
    margin: 0 auto;
}
.site-announcement-bar {
    padding: 16px 0;
    margin: 0 60px;
    border-radius: 0 0px 20px 20px;
}
.header__inline-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    transition: .3s ease;
    padding: 0 15px;
}
.header__inline-menu li a:hover {
    color: rgb(49 81 155);
    transition: 0.3s ease;
    text-decoration: none;
}
.header__inline-menu li:first-child a {
    padding-left: 0;
}
.header__active-menu-item {
    color: rgb(49 81 155);
    text-decoration: none;
}
.header__menu-item:hover span {
    text-decoration: none;
}
.header:not(.drawer-menu).page-width {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1500px;
}
.page-width {
    padding: 0 50px;
    max-width: 1300px;
}
.header__icon .icon {
    height: 24px !important;
    width: 24px !important;
}
.header__icon--cart .icon {
    height: 24px !important;
    width: 24px !important;
}
.header__icon:hover .icon, .modal__close-button:hover .icon {
    transition: 0.3s ease;
}
.header__icon  .icon, .modal__close-button .icon {
    transition: 0.3s ease;
}
.header-contact-btn a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #E53E3E;
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    padding: 13px 20px;
}
.header-contact-btn a:hover {
    background: #000;
    transition: 0.3s ease;
}
.header-contact-btn a span {
    display: flex;
}
.header__icon--cart {
    margin-right: 0 !important;
}
.header-contact-btn.common-button-wrapper {
    margin: 0 0 0 10px;
}
.header__icons {
    align-items: center;
}
.hero-banner-section {
    background: #f6f0e8;
    border-radius: 10px;
    margin: 0 60px;
    position: relative;
    padding: 70px 0;
}
.custom-sub-heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    color: #31519B;
    margin: 0;
    font-family: "Caveat Brush", cursive;
}
.hero-banner-section .custom-main-heading {
    font-weight: 400;
    font-size: 80px;
    line-height: 78px;
    color: #252525;
    margin: 5px 0 2px;
    text-align: left;
}
.hero-banner-section .custom-main-heading span {
    color: #F67400;
    position: relative;
    display: inline-block;
}
.hero-banner-section .custom-main-heading span:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -27px;
    height: 45px;
    width: 47px;
    background: url(/cdn/shop/files/Group_1427.svg);
}
.custom-paragraph p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #252525;
}
.custom-paragraph p:last-child {
    margin: 0;
}
.common-button-wrapper a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: #E53E3E;
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    padding: 13px 20px;
}
.common-button-wrapper a:hover {
    background: #000;
    transition: 0.3s ease;
}
.common-button-wrapper a span {
    display: flex;
}
.image-text-btn {
    margin: 22px 0 0;
}
.image-wrapper {
    display: flex;
}
.image-wrapper img {
    width: 100%;
}
.image-text-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    align-items: center;
    position: relative;
}
.image-text-grid:before {
    content: "";
    position: absolute;
    top: 85px;
    left: -200px;
    background: url(https://www.amerigahye.net/cdn/shop/files/64ec4a1befda7074b330ebe4_Arrow_1.png);
    width: 167px;
    height: 237px;
}
.hero-banner-right-bottom-icon.common-hero-icon {
    position: absolute;
    right: 30px;
    bottom: 25px;
}
.hero-banner-right-top-icon.common-hero-icon {
    position: absolute;
    right: 100px;
    top: 35%;
}
.hero-banner-left-bottom-icon.common-hero-icon {
    position: absolute;
    left: 80px;
    bottom: 30px;
}
.hero-banner-left-top-icon.common-hero-icon {
    position: absolute;
    top: 185px;
    left: 90px;
    display: none;
}
.custom-main-heading {
    font-weight: 400;
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    color: #252525;
    margin: 0 0 15px;
}
.custom-main-heading span {
    color: #F67400;
    position: relative;
    display: inline-block;
}
.custom-main-heading span:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -27px;
    height: 45px;
    width: 47px;
    background: url(/cdn/shop/files/Group_1427.svg);
}
.custom-content-section .custom-paragraph p {
    text-align: center;
    max-width: 1077px;
    margin: 0 auto;
}
.custom-content-btn {
    text-align: center;
    margin: 26px 0 0;
}
.custom-content-section {
    position: relative;
    padding: 70px 0 100px;
}
.content-right-bottom-icon.common-hero-icon {
    position: absolute;
    right: 60px;
    bottom: 100px;
}
.content-left-top-icon.common-hero-icon {
    position: absolute;
    left: 0;
    top: 120px;
}
.multi-grid-section .custom-paragraph p {
    max-width: 1081px;
    text-align: center;
    margin: 0 auto;
}
.grid-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 15px 0 20px;
    text-align: center;
}
.grid-imgae {
    display: flex;
}
.grid-imgae img {
    width: 100%;
    border-radius: 20px;
}
.grid-content a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #31519B;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: 0.3s ease;
}
.grid-content a:hover {
    color: #e53e3e;
    transition: 0.3s ease;
}
.grid-content a path {
    transition: 0.3s ease;
}
.grid-content a:hover path {
    stroke: #e53e3e;
    transition: 0.3s ease;
}
.grid-content a span {
    display: flex;
}
.multi-grid-blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    padding: 25px 0 0;
}
.multi-grid-section {
    position: relative;
    padding: 55px 0;
}
.multi-grid-left-top-icon.common-hero-icon {
    position: absolute;
    top: 40%;
    left: 100px;
}
.multi-grid-section:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Up.png);
    z-index: -1;
}
.multi-grid-section:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Down.png);
    z-index: 0;
} 
.multi-grid-wrapper {
    position: relative;
    z-index: 1;
}
.product-features-section {
    padding: 100px 0;
}
.product-features-head {
    text-align: center;
}
.product-features-head .custom-main-heading {
    margin: 0 auto 15px;
    max-width: 680px;
}
.product-features-head .custom-main-heading span:before {
    top: 1px;
    right: -17px;
    height: 30px;
    width: 26px;
    background: url(/cdn/shop/files/Group_1427_448ff6d2-eb0b-4c09-a6a9-428c667c6941.svg);
}
.product-features-head .custom-paragraph p {
    max-width: 858px;
    margin: 0 auto;
}
.common-features-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 3px 0 6px;
}
.common-features-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #252525;
    margin: 0;
}
.product-features-left-column {
    text-align: right;
}
.common-grid-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-features-blocks-wrapper {
    display: flex;
    gap: 50px;
    padding: 40px 0 0;
}
.product-features-left-column, .product-features-right-column {
    width: 30%;
}
.product-features-center-column {
    width: 40%;
}
.prdct-features-btn {
    text-align: center;
    padding: 39px 0 0;
}
.product-feature-image {
    display: flex;
}
.product-feature-image img {
    width: 100%;
}
.header__inline-menu {
    margin-left: 0 !important;
}
.col-new-puzzles .multi-grid-blocks-wrapper {
    grid-template-columns: repeat(3,1fr);
}
.fruit-box .grid-content h3 {
    color: #E53E3E;
}
.vege-box .grid-content h3 {
    color: #31519B;
}
.number-box .grid-content h3 {
    color: #F67400;
}
.custom-main-heading span:before {
    top: -9px;
    right: -17px;
    height: 30px;
    width: 26px;
    background: url(/cdn/shop/files/Group_1427_448ff6d2-eb0b-4c09-a6a9-428c667c6941.svg);
}
.common-button-wrapper .btn_blue {
    background: #31519B;
}
.custom-content-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.col-puzzles {
    padding: 100px 0;
}
.testimonial-head {
    text-align: center;
    position: relative;
    z-index: 1;
}
.custom-testimonial {
    position: relative;
    padding: 55px 0;
}
.custom-testimonial:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Up.png);
    z-index: -1;
}
.custom-testimonial:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Down.png);
    z-index: 1;
}
.testimonial-right-bottom-icon {
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 60px;
}
.testimonial-left-top-icon {
    position: absolute;
    bottom: 60px;
    left: 30px;
    z-index: 2;
}
.custom-testimonial .custom-paragraph p {
    max-width: 810px;
}
.tesimonial-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    max-width: 540px;
}
.tesimonial-text p strong {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 0 0 15px;
    display: block;
}
.testimonial-blocks {
    background: #fdc563;
    box-shadow: 0 0 12px #00000012;
    border-radius: 10px;
    max-width: 862px;
    margin: 45px auto 0;
    padding: 40px 20px;
    position: relative;
}
.testimonial-slider .slick-dots li button {
    border: 2px solid #F67400;
    width: 15px;
    height: 15px;
    display: block;
    background: transparent;
    font-size: 0;
    border-radius: 30px;
    padding: 0;
    cursor: pointer;
}
.testimonial-slider .slick-dots li {
    list-style: none;
}
.testimonial-slider .slick-dots {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 40px 0 0;
    align-items: center;
}
.testimonial-slider .slick-dots li.slick-active button {
    background: #F67400;
    width: 20px;
    height: 20px;
}
.quote-icon {
    position: absolute;
    top: -15px;
    left: 50px;
}
.testimonial-slider {
    z-index: 2;
    position: relative;
}
.custom-newsletter {
    padding: 100px 0 0;
    position: relative;
}
.newsletter-flex {
    background: #F67400;
    border-radius: 15px;
    padding: 60px 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 30px;
}
.custom-newsletter .custom-main-heading {
    color: #ffffff;
    text-align: left;
}
.custom-newsletter .custom-sub-heading {
    color: #ffffff;
    margin: 0 0 4px;
}
.custom-newsletter .page-width {
    padding: 0 50px;
    max-width: 1500px;
}
.custom-newsletter .custom-main-heading span {
    color: #ffffff;
}
.custom-newsletter .custom-main-heading span:before {
    top: 4px;
    right: -15px;
    height: 27px;
    width: 22px;
    background: url(/cdn/shop/files/coma.svg);
}
.newsletter-form-wrapper input {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 40px !important;
    color: #fff !important;
    outline: none !important;
    font-family: "Montserrat", sans-serif !important;
}
.newsletter-form-wrapper input:hover {
    border: 1px solid #fff !important;
}
.newsletter-form-wrapper input::-webkit-input-placeholder { 
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}
.newsletter-form-wrapper::-moz-placeholder { 
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}
.newsletter-form-wrapper:-ms-input-placeholder { 
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}
.newsletter-form-wrapper:-moz-placeholder {
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}
.newsletter-form-wrapper [data-testid="form-component"] {
    padding: 0 !important;
}
.newsletter-form-wrapper [data-testid="form-component"] input {
    font-size: 16px !important;
}
.newsletter-form-wrapper [data-testid="form-component"] input::-webkit-input-placeholder {
    font-size: 16px !important;
}
.newsletter-form-wrapper [data-testid="form-component"] input::-moz-placeholder {
    font-size: 16px !important;
}
.newsletter-form-wrapper [data-testid="form-component"] input:-ms-input-placeholder {
    font-size: 16px !important;
}
.newsletter-form-wrapper [data-testid="form-component"] input:-moz-placeholder {
    font-size: 16px !important;
}
.newsletter-form-wrapper .klaviyo-form {
    max-width: 100% !important;
}
.newsletter-form-wrapper button {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 21px;
    text-transform: capitalize;
    color: #31519B !important;
    padding: 0px 30px !important;
    background: #FFFFFF !important;
    border-radius: 60px !important;
    font-family: "Montserrat", sans-serif !important;
    transition: 0.3s ease;
    height: 50px !important;
}
.newsletter-form-wrapper button:hover {
    opacity: 0.8;
    transition: 0.3s ease;
}
.newsletter-form-wrapper .go1844801925.go1844801925.go1844801925:hover {
    border-color: #fff !important;
}
.newsletter-form-wrapper .needsclick.kl-private-reset-css-Xuajs1 {
    gap: 12px;
}
.footer-block__heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}
.image-under-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
}
.list-menu__item--active {
    text-decoration: none !important;
}
.footer-block__details-content li a {
    font-weight: 500;
    font-size: 15px !important;
    line-height: 28px;
    color: #FFFFFF !important;
    transition: 0.3s ease;
}
.footer-block__details-content li a:hover {
    color: #d6d2d2 !important;
    text-decoration: none !important;
    transition: 0.3s ease;
}
.footer-block__details-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mail-icon, .phone-icon {
    display: flex;
    width: 30px;
}
.mail-text p a, .phone-text p a {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s ease;
}
.mail-text p a:hover, .phone-text p a:hover {
    color: #d6d2d2;
    transition: 0.3s ease;
}
.mail-text p, .phone-text p {
    margin: 0;
}
.common-icon-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-block__details-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mail-text, .phone-text {
    width: 78%;
}
.footer-block.grid__item:nth-child(1) {
    width: 50%;
}
.footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3), .footer-block.grid__item:nth-child(4) {
    width: 16%;
}
.footer-block__image-wrapper {
    max-width: 680px!important;
    padding: 0 20px 0 0;
}
.footer  .page-width {
    max-width: 1500px;
}
.copyright__content {
    font-weight: 500;
    font-size: 15px !important;
    line-height: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.footer__copyright {
    margin-top: 0 !important;
}
.footer__content-bottom {
    padding-top: 1.5rem !important;
}
.footer {
    margin-top: -110px !important;
    padding: 165px 0 17px !important;
}
.footer__content-bottom {
    transform: initial !important;
}
.common-section-wrapper {
    position: relative;
}
.common-section-wrapper:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Up.png);
    z-index: -1;
}
.common-section-wrapper:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Down.png);
    z-index: 0;
}
.custom-page-banner:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Subtract.png?v=1756359485);
    z-index: 0;
}
.coming-soon-section .coming-soon-flex {
    display: flex;
    column-gap: 40px;
}
.coming-soon-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin: 10px 0 10px;
    letter-spacing: 0 !important;
}
.coming-soon-sub-title h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #31519B;
    letter-spacing: 0;
    margin: 60px 0 30px;
    font-family: "Caveat Brush", cursive;
}
.coming-soon-image img {
    border-radius: 10px;
    width: 100%;
}
.coming-soon-content a, a.about-multi-btn, .collection-multi-grid .grid-content a {
    background: #E53E3E;
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: 0.3s ease !important;
    margin: 16px auto 0;
    cursor: pointer !important;
} 
.coming-soon-content a:hover, a.about-multi-btn:hover, .collection-multi-grid .grid-content a:hover{
    background: #000 !important;
    transition: 0.3s ease;
}
.coming-soon-content a span svg path, .collection-multi-grid .grid-content a span svg path {
    stroke: #fff;
}
.coming-soon-content a span, a.about-multi-btn span, .collection-multi-grid .grid-content a span {
    display: flex;
    padding-left: 5px;
}
.coming-soon-section {
    position: relative;
}
.coming-soon-bottom-icon {
    position: absolute;
    right: 15px;
    bottom: 26%;
    z-index: 1;
}
.coming-soon-left-top-icon {
    position: absolute;
    left: 15px;
    top: 3%;
}
.coming-soon-section {
    position: relative;
    padding: 80px 0 180px;
}
.custom-image-text-section h2.custom-main-heading {
    text-align: left;
    margin: 10px 0;
}
.list-items-flex {
    display: flex;
    gap: 15px;
}
ul.lits-items-wrapper {
    padding: 0;
    list-style: none;
}
.lists-icon {
    padding-top: 15px;
}
.lists-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #252525;
    margin: 10px 0;
    letter-spacing: 0;
}
.custom-image-text-section {
    padding: 100px 0;
}
.about-custom-content h3.custom-sub-heading {
    text-align: center;
    margin-bottom: 10px;
}
.lists-content p strong {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 0;
}
.about-custom-content.common-section-wrapper:after {
    content: "";
    height: 200px;
    object-fit: cover;
}
.about-multi-column {
    padding: 130px 0 0px;
    position: relative;
}
.about-multi-column h3.custom-sub-heading {
    text-align: center;
    padding-bottom: 15px;
}
.about-multi-column-blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.about-multi-column-right-bottom-icon {
    position: absolute;
    right: 0;
}
.about-multi-column-blocks-wrapper .about-multi-column-blocks {
    background: rgba(246, 116, 0, 0.1);
    border: 1px solid rgba(17, 28, 82, 0.04);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    margin-top: 30px;
}
.about-multi-column-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #252525;
    letter-spacing: 0;
}
.about-custom-content.common-section-wrapper:after {
    bottom: -102px;
}
.mail-text a {
    word-wrap: break-word;
    width: 100%;
    font-size: 14px;
}
a.about-multi-btn {
    margin: 40px auto 0;
}
h1.custom-main-heading {
    position: relative;
    z-index: 1;
}
.custom-page-banner {
    position: relative;
}
.page-banner-left-top-icon.common-hero-icon {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 20px;
}
.page-banner-bottom-icon.common-hero-icon {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
}
.custom-page-banner {
    position: relative;
    padding: 119px 0;
    margin: 0 50px;
    border-radius: 10px;
    background: #F6F0E8;
}
.custom-page-banner h1.custom-main-heading {
    max-width: 770px;
    margin: 0 auto;
}
.custom-page-banner:before {
    display: none;
}
.multi-grid-blocks h4 {
    font-family: 'Caveat Brush';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #31519B;
    margin: 0 0 25px;
}
.collection-multi-grid {
    padding: 120px 0;
}
.cstm-testimonials-content p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.cstm-testimonials-content p strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    display: block;
    margin: 4px 0 10px;
}
.cstm-testimonials-content p em {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #F67400;
    font-style: normal;
    display: block;
    margin: 25px 0 0;
}
.custom-testimonial-blocks {
    background: #F6F0E8;
    border-radius: 20px;
    padding: 10px 20px 40px;
}
.cstm-testimonial-quote-icon {
    position: relative;
    top: -25px;
}
.cstm-testimonial-blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 41px;
}
.load-more-text a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #E53E3E;
    transition: 0.3s ease;
    text-decoration: none;
}
.load-more-text a:hover {
    color: #000;
    transition: 0.3s ease;
}
.load-more-text {
    text-align: center;
    margin: 35px 0 0;
}
.cstm-testimonial-section {
    position: relative;
    padding: 140px 0 0;
}
.cstm-testimonial-left-top-icon {
    position: absolute;
    bottom: 150px;
    left: 100px;
}
.collapse-faq-accord .collapsible-content__heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #31519B;
    font-family: "Caveat Brush", cursive;
}
.collapse-faq-accord .accordion__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #111B1B;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.collapse-faq-accord .collapsible-content summary:hover .accordion__title {
    text-decoration: none;
    text-underline-offset: .3rem;
}
.collapse-faq-accord .collapsible-content summary:hover {
    background: transparent;
}
.collapse-faq-accord .accordion {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 16px 30px;
    border: 0 !important;
    margin: 0 0 22px;
}
.collapse-faq-accord .collapsible-content-wrapper-narrow {
    max-width: 1000px;
}
.collapse-faq-accord .accordion__content {
    margin-bottom: 0;
}
.collapse-faq-accord .accordion summary {
    padding: 0;
}
.collapse-faq-accord summary .icon-caret {
    height: 1.1rem;
    right: 0;
}
.faq-rich .rich-text__caption {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #31519B;
    font-family: "Caveat Brush", cursive;
    text-transform: inherit;
    margin: 0;
}
.faq-rich .rich-text__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #252525;
}
.faq-rich .rich-text__text p a {
    color: #F67400;
    transition: 0.3s ease;
}
.faq-rich .rich-text__text p a:hover {
    color: #000;
    transition: 0.3s ease;
}
.faq-rich .rich-text {
    padding: 30px 0 0 !important;
}
.collapse-faq-accord {
    padding: 70px 0 0;
}
.shopify-policy__container {
    max-width: 1000px;
}
.product-info-content p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #252525;
}
.product-info-content p strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    display: block;
    margin: 7px 0 10px;
}
.product-info-blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    padding: 40px 0 0;
}
.product-info-section {
    position: relative;
    padding: 140px 0 0;
}
.product-info-blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    padding: 40px 0 0;
}
.product-info-column-right-bottom-icon.common-hero-icon {
    position: absolute;
    right: 0;
    top: 360px;
}
.product-desc-head .custom-main-heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #31519B;
    font-family: "Caveat Brush", cursive;
}
.product-desc-flex p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    margin: 0;
}
.product-desc-flex ul {
    margin: 0;
    padding: 20px 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.product-desc-flex ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    margin: 0;
}
.product-desc-image {
    display: flex;
    position: relative;
    z-index: 1;
}
.product-desc-image img {
    width: 100%;
}
.product-desc-flex {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    align-items: center;
    padding: 22px 0 0;
    position: relative;
    z-index: 1;
}
.product-desc-left-top-icon.common-hero-icon {
    position: absolute;
    top: 190px;
    left: 170px;
}
.product-desc-section {
    position: relative;
    padding: 100px 0;
}
.product-desc-section:before {
    z-index: 0;
}
.product-desc-head {
    position: relative;
}
.product__title h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #000000;
    margin: 0;
}
.product__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #252525;
}
.product  .price__regular .price-item--regular {
    margin-right: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #E53E3E;
}
.installment {
    letter-spacing: 0;
    color: #252525;
    font-size: 14px;
}
.form__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1px !important;
}
.quantity:after, .quantity:before {
    display: none;
}
.quantity {
    border: 1px solid #000;
    border-radius: 40px;
}
.product-form__input--pill input[type=radio]+label {
    letter-spacing: 0 !important;
}
.product-form__submit:after, .product-form__submit:before {
    display: none !important;
}
.product-form__submit {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #E53E3E;
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    padding: 13px 20px;
}
.product-form__submit:hover {
    background: #000;
    transition: 0.3s ease;
}
.product-form__buttons {
    max-width: 100% !important;
}
.icon-with-text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #363441;
    letter-spacing: 0;
}
.icon-with-text li {
    border-bottom: 1px solid #D7D6D9;
    padding: 0 0 15px;
}
.icon-with-text li:last-child {
    border: 0;
}
.icon-with-text img {
    height: 30px !important;
    width: 30px !important;
}
.product__info-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.grid__item.product__media-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    --contained-width: 100%;
}
.product__info-container {
    max-width: 100% !important;
}
.product {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px !important;
    padding: 50px 0 120px;
}
.product__media img {
    border-radius: 20px;
}
.global-media-settings {
    border: 0;
}
body .gPreorderBtn {
    background: #E53E3E !important;
    border: 1px dashed #FFFFFF !important;
    border-radius: 10px !important;
}
.list-social {
    justify-content: flex-start !important;
}
.list-social__item .icon {
    height: 4.2rem !important;
    width: 4.2rem !important;
}
.list-social__link .svg-wrapper {
    width: 50px !important;
    height: auto !important;
}
.grid-content a {
    background: #E53E3E;
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    transition: 0.3s ease !important;
    margin: 16px auto 0;
    cursor: pointer !important;
}
.grid-content a:hover {
    background: #000000;
    color: #FFFFFF;
}
.grid-content a:hover path {
    stroke: #FFFFFF;
}
.shopify-policy__body p {
    display: initial;
    font-size: 16px;
}
.multi-grid-head h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #31519B;
    letter-spacing: 0;
    margin: 60px 0 30px;
    font-family: "Caveat Brush", cursive;
}
.collection-multi-grid:after, .collection-multi-grid:before {
    display: none;
}
.homepage-coming-soon-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin: 10px 0 0;
    text-align: center;
}
.homepage-coming-soon-content a {
    text-decoration: none;
}
.homepage-coming-soon-imgae, .homepage-coming-soon-imgae a {
    display: flex;
    width: 100%;
}
.homepage-coming-soon-imgae a img {
    width: 100%;
}
.homepage-coming-soon-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    gap: 40px;
}
.homepage-coming-soon-section {
    position: relative;
    padding: 70px 0 60px;
}
.homepage-coming-soon-section:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Down.png);
    z-index: 0;
}
.homepage-coming-soon-section:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(/cdn/shop/files/Up.png);
    z-index: -1;
}
.homepage-coming-soon-bottom-icon.common-hero-icon {
    position: absolute;
    bottom: 60px;
    right: 70px;
    z-index: 1;
}
.homepage-coming-soon-left-top-icon.common-hero-icon {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 1;
}
.homepage-coming-soon-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    gap: 40px;
    justify-content: center;
}
.homepage-coming-soon-wrapper {
    position: relative;
    z-index: 1;
}
.custom-image-text-section  .image-text-grid:before {
    display: none;
}
.page-banner-head {
    text-align: center;
}
.custom-page-banner .custom-main-heading {
    display: inline-block;
    position: relative;
}
.custom-page-banner .custom-main-heading:before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -200px;
    background: url(/cdn/shop/files/inner-curve-banner.png?v=1756368826);
    height: 166px;
    width: 169px;
}
.accordion__content a {
    color: #F67400;
    transition: 0.3s ease;
}
.accordion__content a:hover {
    transition: 0.3s ease;
}
.contact {
    padding: 140px 20px 0 !important;
}
.contact input, .contact label {
    letter-spacing: 0;
}
.common-desc-coumn h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #E53E3E;
    margin: 20px 0 0;
}
.common-desc-coumn ul {
    padding-bottom: 0;
}
.klaviyo-bis-trigger {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #E53E3E;
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    padding: 13px 20px;
    width: 100%;
    justify-content: center;
}
.sold-out-products {
    display: none;
}
span.badge.price__badge-sold-out {
    display: none;
}
.footer__copyright {
    text-align: left !important;
}
.product-media-modal__content>* {
    width: 70% !important;
}
.about-multi-column-head p {
    text-align: center;
}
.about-multi-column-content p:last-child {
    margin-bottom: 0;
}
.list-social {
    gap: 16px;
}
.list-social a {
  text-decoration: none;
}
span.cstm-visually-hidden {
    margin: 0 0 10px 0 !important;
}
.custom-page-banner .custom-main-heading {
    font-size: 80px;
    line-height: 65px;
}
/*** MEDIA ***/
@media only screen and (max-width: 1899px) {
.hero-banner-section {
    margin: 0 70px;
}
.site-announcement-bar {
    margin: 0 50px;
}
.hero-banner-right-bottom-icon.common-hero-icon img {
    width: 110px;
}
.hero-banner-right-top-icon.common-hero-icon {
    right: 10px;
}
.image-text-grid:before {
    top: 185px;
    left: -120px;
    width: 87px;
    height: 126px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.multi-grid-left-top-icon.common-hero-icon {
    left: 20px;
}
.cstm-testimonial-left-top-icon {
    position: absolute;
    bottom: 150px;
    left: 30px;
}
}

@media only screen and (max-width: 1599px) {
.image-text-grid:before {
    top: 225px;
    left: -68px;
    width: 67px;
    height: 97px;
}
.hero-banner-right-bottom-icon.common-hero-icon img {
    width: 90px;
}
.hero-banner-right-bottom-icon.common-hero-icon {
    right: 10px;
    bottom: 5px;
}
.hero-banner-right-top-icon.common-hero-icon img {
    width: 70px;
}
.hero-banner-right-top-icon.common-hero-icon {
    right: 2px;
}
.multi-grid-left-top-icon.common-hero-icon img {
    width: 90px;
}
.footer-block.grid__item:nth-child(1) {
    width: 38%;
}
.footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3), .footer-block.grid__item:nth-child(4) {
    width: 16%;
}
.cstm-testimonial-left-top-icon img {
    width: 70px;
}
.cstm-testimonial-left-top-icon {
    left: 10px;
}
.product-desc-left-top-icon.common-hero-icon {
    display: none;
}
.product-features-section {
    padding: 100px 0;
}
.col-puzzles {
    padding: 100px 0;
}
.custom-newsletter {
    padding: 100px 0 0;
}
.homepage-coming-soon-section {
    padding: 50px 0 50px;
}
.footer {
    padding: 155px 0 17px !important;
}
.footer__content-top {
    padding-bottom: 1rem !important;
}
.custom-page-banner {
    padding: 80px 0;
}
.custom-image-text-section {
    padding: 90px 0 72px;
}
.about-custom-content.common-section-wrapper:after {
    bottom: -30px;
}
.custom-content-wrapper {
    position: relative;
    z-index: 1;
}
.about-multi-column {
    padding: 100px 0 0px;
}
.custom-newsletter {
    padding: 80px 0 0;
}
.collection-multi-grid {
    padding: 100px 0;
}
.multi-grid-head h3 {
    margin: 30px 0 10px;
}
.coming-soon-section .coming-soon-flex {
    position: relative;
    z-index: 1;
}
.coming-soon-section {
    padding: 50px 0 70px;
}
.coming-soon-sub-title h3 {
    margin: 30px 0 20px;
}
.collapse-faq-accord .accordion {
    padding: 17px 30px;
    margin: 0 0 20px;
}
.multi-grid-section  .page-width {
    padding: 0 80px;
}
.header:not(.drawer-menu).page-width {
    padding-left: 70px;
    padding-right: 70px;
}
.custom-newsletter .page-width {
    padding: 0 70px;
}
.footer__content-top.page-width {
    padding: 0 70px;
}
.custom-page-banner {
    margin: 0 70px;
}
.custom-image-text-section  .page-width {
    padding: 0 70px;
}
.mail-icon {
    width: 27px;
}
}

@media only screen and (max-width: 1349px) {
.header:not(.drawer-menu).page-width {
    padding-left: 20px;
    padding-right: 20px;
}
.hero-banner-section, .site-announcement-bar {
    margin: 0 20px;
}
.page-width {
    padding: 0 20px;
}
.image-text-grid {
    gap: 20px;
}
.image-text-grid:before {
    display: none;
}
.header__inline-menu li a {
    font-size: 16px;
    padding: 0 13px;
}
.hero-banner-section {
    padding: 60px 0;
}
.hero-banner-left-bottom-icon.common-hero-icon, .hero-banner-right-top-icon.common-hero-icon, .hero-banner-right-bottom-icon.common-hero-icon {
   display: none;
}
.content-left-top-icon.common-hero-icon {
    top: 40px;
}
.custom-content-section {
    padding: 70px 0 100px;
}
.product-features-section {
    padding: 100px 0;
}
.product-features-blocks-wrapper {
    gap: 20px;
    padding: 32px 0 0;
}
.multi-grid-blocks-wrapper {
    gap: 20px;
    padding: 25px 0 0;
}
.col-puzzles {
    padding: 100px 0;
}
.testimonial-right-bottom-icon {
    right: 20px;
}
.custom-newsletter {
    padding: 100px 0 0;
}
.footer-block__details-content li a {
    font-size: 16px!important;
    line-height: 28px;
}
.mail-text p a, .phone-text p a {
    font-size: 15px;
    line-height: 26px;
}
.footer-block__details-content {
    gap: 1px;
}
.copyright__content {
    font-size: 13px!important;
}
.newsletter-flex {
    padding: 40px 20px;
}
.custom-newsletter .page-width {
    padding: 0 20px;
}
.custom-page-banner {
    margin: 0 20px;
}
.cstm-testimonial-left-top-icon {
    display: none;
}
.product-desc-section {
    padding: 60px 0;
}
.product-info-column-right-bottom-icon.common-hero-icon {
    display: none;
}
.product {
    padding: 10px 0 100px;
}
.product-info-section {
    padding: 110px 0 0;
}
.homepage-coming-soon-blocks {
    flex-basis: 48%;
}
.mail-text p a, .phone-text p a {
    font-size: 15px;
}
.footer-block__details-content li a {
    font-size: 15px!important;
}
.image-under-text p {
    font-size: 15px;
}
.mail-icon {
    width: 24px;
}
.mail-text p a {
    font-size: 13px;
}
.footer__content-top.page-width {
    padding: 0 20px;
}
}

@media only screen and (max-width: 1199px) {
.hero-banner-section .custom-main-heading {
    font-size: 60px;
    line-height: 62px;
    margin: 5px 0 10px;
}
.custom-paragraph p {
    font-size: 17px;
    line-height: 27px;
}
.custom-sub-heading {
    font-size: 24px;
    line-height: 31px;
}
.image-text-btn {
    margin: 12px 0 0;
}
.hero-banner-section {
    padding: 50px 0;
}
.custom-content-section {
    padding: 60px 0 90px;
}
.custom-main-heading {
    font-size: 44px;
    line-height: 48px;
    margin: 0 0 7px;
}
.custom-paragraph p {
    font-size: 16px;
    line-height: 26px;
}
.header__inline-menu li a {
    font-size: 15px;
    padding: 0 7px;
}
.common-button-wrapper a {
    font-size: 16px;
    padding: 13px 17px;
}
.common-features-content p {
    font-size: 15px;
    line-height: 25px;
}
.common-features-content h4 {
    font-size: 20px;
    line-height: 26px;
}
.homepage-coming-soon-content h3 {
    font-size: 20px;
    line-height: 28px;
}
.lists-content p {
    font-size: 15px;
    line-height: 27px;
}
.lists-content p strong {
    font-size: 19px;
    line-height: 25px;
}
.about-multi-column-content p {
    font-size: 15px;
    line-height: 24px;
}
.coming-soon-content h3 {
    font-size: 20px;
    line-height: 26px;
}
.collapse-faq-accord .accordion__title {
    font-size: 17px;
    line-height: 28px;
}
.cstm-testimonials-content p strong {
    font-size: 20px;
    line-height: 30px;
}
.cstm-testimonials-content p {
    font-size: 15px;
    line-height: 26px;
}
.mail-text p a {
    font-size: 13px;
}
.footer-block__details-content li a {
    font-size: 15px !important;
    line-height: 26px;
    padding: 0;
}
.copyright__content {
    font-size: 13px !important;
    line-height: 22px;
}
.content-left-top-icon.common-hero-icon img {
    width: 110px;
}
.product-features-blocks-wrapper {
    gap: 30px;
    flex-direction: column;
}
.product-features-left-column, .product-features-right-column {
    width: 100%;
}
.product-features-left-column {
    text-align: left;
}
.product-features-center-column {
    width: 100%;
    order: 3;
}
.product-feature-image img {
    max-width: 340px;
    margin: 0 auto;
}
.testimonial-left-top-icon {
    bottom: 10px;
}
.testimonial-right-bottom-icon {
    top: 0px;
}
.newsletter-flex {
    grid-template-columns: repeat(1,1fr);
    gap: 0px;
}
.newsletter-flex {
    padding: 40px 20px 40px;
}
.footer-block.grid__item:nth-child(1) {
    width: 23%;
}
.footer__content-top {
    padding-bottom: 0rem !important;
}
.custom-newsletter .custom-main-heading {
    margin: 0 0 20px;
}
.common-hero-icon img {
    max-width: 90px;
}
.cstm-testimonials-content p strong {
    font-size: 20px;
    line-height: 30px;
}
.cstm-testimonial-section {
    padding: 90px 0 0;
}
.product__title h1 {
    font-size: 50px;
    line-height: 50px;
}
.product-info-content p strong {
    font-size: 19px;
    line-height: 26px;
}
.homepage-coming-soon-blocks {
    flex-basis: 47%;
}
.contact {
    padding: 110px 20px 0 !important;
}
.collection-multi-grid {
    padding: 90px 0;
}
.footer__content-top.page-width {
    padding: 0 20px;
}
.multi-grid-section  .page-width {
    padding: 0 20px;
}
.custom-page-banner .custom-main-heading {
    font-size: 70px;
    line-height: 65px;
}
}

@media only screen and (max-width: 989px) {
.image-text-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}
.header-contact-btn.common-button-wrapper {
    display: none;
}
.content-left-top-icon.common-hero-icon {
    display: none;
}
.content-right-bottom-icon.common-hero-icon {
    display: none;
}
.grid-imgae {
    justify-content: center;
}
.multi-grid-blocks-wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
}
.common-features-content {
    text-align: center;
}
.col-new-puzzles .multi-grid-blocks-wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 28px;
}
.multi-grid-section {
    padding: 45px 0 35px;
}
.testimonial-right-bottom-icon {
    display: none;
}
.testimonial-left-top-icon {
    display: none;
}
.custom-testimonial {
    padding: 45px 0 35px;
}
.hero-banner-section .custom-main-heading {
    margin: 10px 0 12px;
}
.hero-banner-section {
    padding: 30px 0;
}
.custom-main-heading {
    font-size: 48px;
    line-height: 45px;
}
.footer-block__details-content .list-menu__item--link {
    padding-top: 0 !important;
}
.footer__content-top .grid {
    row-gap: 0rem !important;
}
.footer-block.grid__item:nth-child(1) {
    width: 48%;
}
.footer__content-top .grid {
    margin-bottom: 30px !important;
}
.footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3), .footer-block.grid__item:nth-child(4) {
    width: 48%;
}
header-drawer {
    margin-left: 0 !important;
}
.custom-content-section {
    padding: 60px 0 90px;
}
.col-puzzles {
    padding: 80px 0;
}
.col-new-puzzles .grid-content h3 {
    margin: 15px 0 0px;
}
.coming-soon-content h3 {
    font-size: 20px;
    line-height: 29px;
}
.coming-soon-content a {
    padding: 10px 15px;
    font-size: 16px;
}
.common-hero-icon img {
    max-width: 90px;
}
.common-section-wrapper:after {
    width: 100%;
    height: 130px;
    background-size: cover;
}
.about-custom-content.common-section-wrapper:after {
    content: "";
    height: 90px;
    object-fit: cover;
}
.custom-content-section {
    padding: 70px 0 70px;
}
.about-multi-column-blocks-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.about-multi-column-blocks-wrapper .about-multi-column-blocks {
    margin-top: 0px;
}
.about-multi-column .custom-paragraph p {
    margin: 0 0 20px;
    text-align: center;
}
.custom-page-banner {
    margin: 0 30px;
}
.coming-soon-section {
    position: relative;
    padding: 70px 0 100px;
}
.cstm-testimonial-blocks-wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 45px;
}
.product-info-blocks-wrapper {
    grid-template-columns: repeat(2,1fr);
    padding: 20px 0 0;
}
.product-info-section {
    padding: 90px 0 0;
}
.product {
    grid-template-columns: repeat(1,1fr);
    gap: 30px !important;
    padding: 0px 0 50px;
}
.product-desc-section {
    padding: 40px 0;
}
.product-desc-flex {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
    padding: 8px 0 0;
}
.homepage-coming-soon-blocks-wrapper {
    gap: 20px;
}
.homepage-coming-soon-content h3 {
    font-size: 19px;
    line-height: 29px;
}
.custom-page-banner .custom-main-heading:before {
    bottom: -20px;
    left: -130px;
    height: 76px;
    width: 99px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.coming-soon-section {
    padding: 50px 0 70px;
}
.collection-multi-grid {
    padding: 90px 0;
}
.custom-page-banner .custom-main-heading {
    font-size: 60px;
    line-height: 54px;
}
}

@media only screen and (max-width: 749px) {
.page-width {
    padding: 0 20px !important;
}
.footer-block.grid__item:nth-child(1) {
    width: 100%;
}
.footer-block__image-wrapper {
    padding: 0 0px 0 0;
}
.footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3), .footer-block.grid__item:nth-child(4) {
    width: 100%;
}
.footer-block.grid__item {
    margin: 0 !important;
}
.footer-block__details-content {
    margin-bottom: 1rem !important;
}
.footer-block__image-wrapper {
    margin-bottom: 0 !important;
}
.custom-main-heading {
    font-size: 40px;
    line-height: 38px;
}
.hero-banner-section .custom-main-heading {
    font-size: 46px;
    line-height: 52px;
    margin: 10px 0 0px;
}
.custom-paragraph p {
    font-size: 14px;
    line-height: 26px;
}
.custom-content-section {
    padding: 50px 0 85px;
}
.multi-grid-section {
    padding: 35px 0 35px;
}
.about-custom-content {
    padding: 40px 0 20px;
}
.grid-content h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 10px 0 10px;
}
.multi-grid-blocks-wrapper {
    gap: 32px;
}
.product-features-section {
    padding: 75px 0;
}
.common-features-content h4 {
    font-size: 20px;
}
.common-features-content p {
    font-size: 14px;
    line-height: 24px;
}
.grid-imgae a {
    display: flex;
}
.custom-sub-heading {
    font-size: 23px;
    line-height: 31px;
}
.grid-content a {
    font-size: 14px;
}
.col-puzzles {
    padding: 80px 0;
}
.custom-content-btn {
    gap: 10px;
}
.common-button-wrapper a {
    font-size: 15px;
    padding: 13px 15px;
    gap: 4px;
}
.custom-testimonial {
    padding: 35px 0 35px;
}
.quote-icon {
    top: -10px;
    left: 20px;
}
.tesimonial-text p strong {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 15px;
}
.custom-newsletter {
    padding: 85px 0 0;
}
.copyright__content {
    font-size: 13px!important;
}
.testimonial-blocks {
    margin: 25px auto 0;
}
.announcement-content {
    font-size: 13px;
    line-height: 17px;
}
.site-announcement-bar {
    padding: 12px 0;
}
.marquee__inner-wrap .slick-prev, .marquee__inner-wrap .slick-next {
    display: none !important;
}
.newsletter-form-wrapper button {
    font-size: 14px!important;
    padding: 0 12px!important;
    height: 42px !important;
}
.newsletter-form-wrapper input {
    height: 42px!important;
    font-size: 14px!important;
    padding: 10px !important;
}
.newsletter-form-wrapper input::-webkit-input-placeholder { 
  font-size: 14px !important;
}
.newsletter-form-wrapper::-moz-placeholder { 
  font-size: 14px !important;
}
.newsletter-form-wrapper:-ms-input-placeholder { 
  font-size: 14px !important;
}
.newsletter-form-wrapper:-moz-placeholder {
  font-size: 14px !important;
}
.custom-newsletter .custom-main-heading {
    font-size: 35px;
    line-height: 36px;
}
.custom-newsletter .custom-main-heading span:before {
    top: 0px;
    right: -19px;
}
.coming-soon-bottom-icon {
    bottom: 31%;
    z-index: 1;
}
.common-hero-icon img {
    max-width: 90px;
}
.coming-soon-content a {
    margin: 10px auto 20px;
}
.common-section-wrapper:after {
    height: 80px;
}
.coming-soon-sub-title h3 {
    margin: 20px 0 20px;
    font-size: 25px;
    line-height: 33px;
}
.coming-soon-left-top-icon {
    top: 1%;
}
.multi-grid-head h3 {
    margin: 20px 0 20px;
    font-size: 25px;
    line-height: 33px;
}
.grid-content a {
    font-size: 14px;
    padding-top: 10px;
}
.multi-grid-left-top-icon.common-hero-icon {
    position: absolute;
    top: 0%;
    left: 100px;
}
.coming-soon-section .coming-soon-flex {
    flex-direction: column;
}
.about-multi-column-blocks-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.custom-newsletter {
    padding: 65px 0 0;
}
.custom-page-banner {
    padding: 62px 0;
}
.custom-page-banner .common-hero-icon img {
    max-width: 60px;
}
.coming-soon-section {
    padding: 60px 0 40px;
}
.cstm-testimonials-content p strong {
    font-size: 18px;
    line-height: 28px;
}
.cstm-testimonials-content p {
    font-size: 14px;
    line-height: 24px;
}
.collapse-faq-accord .collapsible-content__heading {
    font-size: 25px;
    line-height: 32px;
}
.collapse-faq-accord {
    padding: 50px 0 0;
}
.collapse-faq-accord .accordion {
    padding: 10px 18px;
    margin: 0 0 28px;
}
.collapse-faq-accord .accordion__title {
    font-size: 16px;
    line-height: 26px;
}
.faq-rich .rich-text {
    padding: 0px 0 0 !important;
}
.product__title h1 {
    font-size: 36px;
    line-height: 40px;
}
.product {
    gap: 10px !important;
    padding: 0px 0 20px;
}
.product-desc-section {
    padding: 30px 0;
}
.product-info-blocks-wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
}
.homepage-coming-soon-left-top-icon.common-hero-icon, .homepage-coming-soon-bottom-icon.common-hero-icon {
    display: none;
}
.homepage-coming-soon-blocks {
    flex-basis: 100%;
}
.homepage-coming-soon-section {
    padding: 40px 0 30px;
}
.multi-grid-left-top-icon.common-hero-icon {
    display: none;
}
.custom-page-banner .custom-main-heading:before {
    display: none;
}
.contact {
    padding: 80px 20px 0 !important;
}
.collection-multi-grid {
    padding: 70px 0;
}
.custom-newsletter .custom-main-heading {
    margin: 0 0 14px;
}
.newsletter-flex {
    padding: 30px 20px 40px;
}
.product-media-modal__dialog .global-media-settings, .product-media-modal__dialog .global-media-settings video, .product-media-modal__dialog .global-media-settings model-viewer, .product-media-modal__dialog .global-media-settings iframe, .product-media-modal__dialog .global-media-settings img {
    width: 100% !important;
}
.tesimonial-text p {
    font-size: 14px;
    line-height: 26px;
}
.image-under-text p {
    font-size: 14px;
}
.footer-block__details-content li a {
    font-size: 14px!important;
}
.mail-text p a, .phone-text p a {
    font-size: 14px;
}
.lists-content p {
    font-size: 14px;
    line-height: 26px;
}
.about-multi-column-content p {
    font-size: 14px;
    line-height: 24px;
}
.product-info-content p {
    font-size: 14px;
    line-height: 24px;
}
.product__text {
    font-size: 14px;
    line-height: 24px;
}
.product-desc-flex p {
    font-size: 14px;
    line-height: 24px;
}
.product-desc-flex ul li {
    font-size: 14px;
    line-height: 24px;
}
.shopify-policy__body p {
    font-size: 14px;
}
.custom-page-banner .custom-main-heading {
    font-size: 44px;
    line-height: 42px;
}
}
