.cookie-policy-block {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: auto;
    background: none;
}
.cookie-policy-content {
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -2px 24px rgba(34,122,226,0.13);
    padding: 1.5rem 2.2rem 1.2rem 2.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    max-width: 700px;
    width: 100%;
    margin-bottom: 0;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.cookie-policy-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
}
.cookie-policy-text {
    flex: 1;
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 600;
    text-align: left;
}
.cookie-policy-actions {
    display: flex;
    gap: 0.7rem;
}
.cookie-policy-btn {
    background: linear-gradient(120deg, #ffd600 0%, #e27a2a 100%);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
    border: none;
    border-radius: 18px;
    padding: 0.5rem 1.2rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.18s, color 0.18s, transform 0.15s cubic-bezier(.4,2,.6,1);
    outline: none;
}
.cookie-policy-btn-accept {
    background: linear-gradient(120deg, #ffd600 0%, #2ae27a 100%);
}
.cookie-policy-btn-settings {
    background: linear-gradient(120deg, #e2f0ff 0%, #e27a2a 100%);
}
.cookie-policy-btn:hover, .cookie-policy-btn:focus {
    transform: scale(1.08);
}
@media (max-width: 700px) {
    .cookie-policy-content {
        padding: 1.2rem 0.4rem 1.2rem 0.4rem;
        gap: 0.5rem;
        font-size: 0.98rem;
    }
    .cookie-policy-icon {
        width: 36px;
        height: 36px;
    }
    .cookie-policy-btn {
        font-size: 0.98rem;
        padding: 0.4rem 0.7rem;
    }
}
.terms-section-centered {
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    text-align: center;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.terms-section-centered h1 {
    color: #2a7ae2;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}
.terms-section-centered ul {
    display: inline-block;
    text-align: left;
    margin: 1.2rem auto 1.2rem auto;
    padding-left: 1.2rem;
}
.terms-section-centered li {
    font-size: 1.08rem;
    color: #2a7ae2;
    margin-bottom: 0.5rem;
}
.terms-section-centered p {
    font-size: 1.08rem;
    color: #e27a2a;
    margin-bottom: 0.7rem;
}
@media (max-width: 700px) {
    .terms-section-centered {
        max-width: 98vw;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .terms-section-centered h1 {
        font-size: 1.2rem;
    }
    .terms-section-centered p, .terms-section-centered li {
        font-size: 0.98rem;
    }
}
.cookies-section-centered {
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    text-align: center;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.cookies-section-centered h1 {
    color: #2a7ae2;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}
.cookies-section-centered ul {
    display: inline-block;
    text-align: left;
    margin: 1.2rem auto 1.2rem auto;
    padding-left: 1.2rem;
}
.cookies-section-centered li {
    font-size: 1.08rem;
    color: #2a7ae2;
    margin-bottom: 0.5rem;
}
.cookies-section-centered p {
    font-size: 1.08rem;
    color: #e27a2a;
    margin-bottom: 0.7rem;
}
@media (max-width: 700px) {
    .cookies-section-centered {
        max-width: 98vw;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .cookies-section-centered h1 {
        font-size: 1.2rem;
    }
    .cookies-section-centered p, .cookies-section-centered li {
        font-size: 0.98rem;
    }
}
.privacy-section-centered {
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    text-align: center;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.privacy-section-centered h1 {
    color: #2a7ae2;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}
.privacy-section-centered ul {
    display: inline-block;
    text-align: left;
    margin: 1.2rem auto 1.2rem auto;
    padding-left: 1.2rem;
}
.privacy-section-centered li {
    font-size: 1.08rem;
    color: #2a7ae2;
    margin-bottom: 0.5rem;
}
.privacy-section-centered p {
    font-size: 1.08rem;
    color: #e27a2a;
    margin-bottom: 0.7rem;
}
@media (max-width: 700px) {
    .privacy-section-centered {
        max-width: 98vw;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .privacy-section-centered h1 {
        font-size: 1.2rem;
    }
    .privacy-section-centered p, .privacy-section-centered li {
        font-size: 0.98rem;
    }
}
.cart-suggest-section {
    width: 100%;
    max-width: 900px;
    margin: 2.2rem auto 2.2rem auto;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.cart-suggest-title {
    font-size: 1.18rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 1.1rem;
    text-align: center;
}
.cart-suggest-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 0.5rem;
}
.cart-suggest-list {
    display: flex;
    gap: 1.5rem;
    min-width: 700px;
}
.cart-suggest-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    padding: 1.2rem 1rem;
    min-width: 180px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.18s, transform 0.18s;
}
.cart-suggest-card:hover, .cart-suggest-card:focus {
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    transform: scale(1.04);
}
.cart-suggest-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    background: #e2f0ff;
    margin-bottom: 0.7rem;
}
.cart-suggest-name {
    font-size: 1.05rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 0.3rem;
    text-align: center;
}
.cart-suggest-price {
    font-size: 1.05rem;
    color: #e27a2a;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
.cart-suggest-btn {
    background: linear-gradient(120deg, #ffd600 0%, #e27a2a 100%);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
    border: none;
    border-radius: 18px;
    padding: 0.5rem 1.2rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.18s, color 0.18s, transform 0.15s cubic-bezier(.4,2,.6,1);
    outline: none;
}
.cart-suggest-btn:hover, .cart-suggest-btn:focus {
    background: linear-gradient(120deg, #ffd600 0%, #e27a2a 100%);
    color: #fff;
    transform: scale(1.08);
}
@media (max-width: 900px) {
    .cart-suggest-section {
        max-width: 98vw;
    }
    .cart-suggest-list {
        gap: 0.7rem;
        min-width: 320px;
    }
    .cart-suggest-card {
        min-width: 140px;
        max-width: 160px;
        padding: 0.7rem 0.4rem;
    }
    .cart-suggest-img {
        width: 60px;
        height: 60px;
    }
}
.cart-payment-section {
    width: 100%;
    max-width: 700px;
    margin: 2.2rem auto 2.2rem auto;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.08);
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
    padding: 2rem 1rem 2rem 1rem;
    text-align: center;
}
.cart-payment-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
.cart-payment-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.7rem;
}
.cart-payment-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
}
.cart-payment-title {
    font-size: 1.18rem;
    color: #2a7ae2;
    font-weight: 700;
}
.cart-payment-logos {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    margin-bottom: 0.7rem;
}
.cart-payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    transition: box-shadow 0.22s, transform 0.22s, background 0.22s;
    cursor: pointer;
    background: #fff;
}
.cart-payment-logo:hover, .cart-payment-logo:focus {
    box-shadow: 0 0 24px 8px #ffd600, 0 2px 24px rgba(226,122,42,0.22);
    transform: scale(1.09);
    animation: cart-payment-glow 0.5s cubic-bezier(.4,2,.6,1);
}
@keyframes cart-payment-glow {
    0%   { box-shadow: 0 2px 8px rgba(34,122,226,0.10); }
    40%  { box-shadow: 0 0 32px 12px #ffd600, 0 2px 24px rgba(226,122,42,0.22); }
    100% { box-shadow: 0 0 24px 8px #ffd600, 0 2px 24px rgba(226,122,42,0.22); }
}
.cart-payment-message {
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 600;
    margin-top: 0.5rem;
}
@media (max-width: 700px) {
    .cart-payment-section {
        max-width: 98vw;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .cart-payment-logos {
        gap: 0.5rem;
    }
    .cart-payment-title {
        font-size: 1rem;
    }
    .cart-payment-message {
        font-size: 0.98rem;
    }
}
.cart-info-section {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 2.2rem auto 2.2rem auto;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(34,122,226,0.08);
    background: #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-info-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/kids-soft-toy-sale-7665.webp') center/cover no-repeat;
    filter: blur(12px) brightness(1.08);
    opacity: 0.18;
    z-index: 1;
}
.cart-info-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem 1rem 2rem 1rem;
}
.cart-info-item {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 1.1rem 1rem;
    font-size: 1.08rem;
    font-family: inherit;
}
.cart-info-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-right: 0.5rem;
    background: #e2f0ff;
}
.cart-info-icon-truck { background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%); }
.cart-info-icon-return { background: linear-gradient(120deg, #ffe4ec 0%, #fff7e6 100%); }
.cart-info-icon svg {
    width: 32px;
    height: 32px;
    display: block;
}
.cart-info-text {
    flex: 1;
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 600;
}
@media (max-width: 700px) {
    .cart-info-section {
        max-width: 98vw;
        min-height: 80px;
    }
    .cart-info-content {
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
        gap: 0.7rem;
    }
    .cart-info-item {
        font-size: 0.98rem;
        padding: 0.7rem 0.5rem;
    }
    .cart-info-icon {
        width: 36px;
        height: 36px;
    }
}
.cart-summary-section {
    width: 100%;
    max-width: 420px;
    margin: 2.2rem auto 2.2rem auto;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.cart-summary-card {
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 28px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.10);
    padding: 2rem 1.5rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.cart-summary-title {
    font-size: 1.18rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 0.7rem;
    text-align: center;
}
.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 600;
    padding: 0.3rem 0;
}
.cart-summary-label {
    font-size: 1.08rem;
    color: #e27a2a;
    font-weight: 600;
}
.cart-summary-value {
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 700;
}
.cart-summary-total-row {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 2px solid #e2f0ff;
}
.cart-summary-total {
    font-size: 1.45rem;
    color: #2ae27a;
    font-weight: 900;
    letter-spacing: 1px;
}
@media (max-width: 500px) {
    .cart-summary-section {
        max-width: 98vw;
    }
    .cart-summary-card {
        padding: 1.2rem 0.4rem 1.2rem 0.4rem;
    }
    .cart-summary-title {
        font-size: 1rem;
    }
    .cart-summary-total {
        font-size: 1.1rem;
    }
}
.cart-list-section {
    width: 100%;
    max-width: 900px;
    margin: 2.2rem auto 2.2rem auto;
    background: linear-gradient(120deg, #fff7e6 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2rem 1rem 2rem 1rem;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.cart-list-title {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 1.3rem;
    text-align: center;
}
.cart-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.cart-item-card {
    display: flex;
    gap: 1.2rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    padding: 1.2rem 1rem;
    align-items: center;
    transition: box-shadow 0.18s, transform 0.18s;
}
.cart-item-card:active, .cart-item-card.anim {
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    transform: scale(1.03);
}
.cart-item-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    background: #e2f0ff;
}
.cart-item-info {
    flex: 1;
    display: flex;
flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 0.5rem;
}
.cart-item-name {
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 700;
}
.cart-item-price {
    font-size: 1.05rem;
    color: #e27a2a;
    font-weight: 600;
}
.cart-item-qty-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.cart-item-qty {
    width: 54px;
    padding: 0.4rem 0.7rem;
    border-radius: 14px;
    border: 1.5px solid #e2f0ff;
    font-size: 1.05rem;
    font-family: inherit;
    background: #fff7e6;
    color: #2a7ae2;
    outline: none;
    transition: border 0.18s;
}
.cart-item-qty:focus {
    border: 1.5px solid #e27a2a;
}
.cart-item-total {
    font-size: 1.08rem;
    color: #2ae27a;
    font-weight: 700;
}
.cart-item-total-value {
    font-weight: 800;
}
@media (max-width: 900px) {
    .cart-list-section {
        max-width: 98vw;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .cart-item-img {
        width: 60px;
        height: 60px;
    }
    .cart-item-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
    }
}
.cart-header-section {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 40px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.08);
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-header-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/plush-teddy-bear-toy-1843.webp') right bottom/220px no-repeat;
    opacity: 0.10;
    z-index: 1;
}
.cart-header-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 2.2rem 2.5rem 2.2rem;
}
.cart-header-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.cart-header-title {
    font-size: 2.2rem;
    color: #2a7ae2;
    font-weight: 800;
    margin: 0;
}
.cart-header-subtitle {
    font-size: 1.18rem;
    color: #e27a2a;
    font-weight: 600;
    margin: 0;
}
.cart-header-illustration {
    flex: 0 0 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 180px;
}
.cart-header-bear {
    width: 160px;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.10);
    background: #fff;
}
@media (max-width: 900px) {
    .cart-header-section {
        max-width: 98vw;
        min-height: 160px;
    }
    .cart-header-content {
        flex-direction: column;
        align-items: center;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .cart-header-illustration {
        height: 120px;
        margin-top: 1.2rem;
    }
    .cart-header-bear {
        width: 90px;
    }
    .cart-header-title {
        font-size: 1.3rem;
    }
    .cart-header-subtitle {
        font-size: 1rem;
    }
}
.contact-cta-section {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(34,122,226,0.08);
    background: #fff;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-cta-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/adorable-stuffed-animals-2309.webp') center/cover no-repeat;
    filter: blur(16px) brightness(1.08);
    opacity: 0.22;
    z-index: 1;
}
.contact-cta-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 2.2rem 1rem 2.2rem 1rem;
}
.contact-cta-title {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 1.3rem;
}
.contact-cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #ffd600 0%, #e27a2a 100%);
    color: #fff;
    font-size: 1.12rem;
    font-weight: 700;
    border: none;
    border-radius: 24px;
    padding: 0.85rem 2.2rem;
    box-shadow: 0 2px 16px rgba(226,122,42,0.18);
    cursor: pointer;
    outline: none;
    transition: box-shadow 0.18s, background 0.18s, transform 0.15s cubic-bezier(.4,2,.6,1);
    text-decoration: none;
    position: relative;
}
.contact-cta-btn:hover, .contact-cta-btn:focus {
    box-shadow: 0 0 32px 8px #ffd600, 0 2px 24px rgba(226,122,42,0.22);
    background: linear-gradient(120deg, #ffd600 0%, #e27a2a 100%);
    transform: scale(1.07);
}
@media (max-width: 700px) {
    .contact-cta-section {
        max-width: 98vw;
        min-height: 120px;
    }
    .contact-cta-content {
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .contact-cta-title {
        font-size: 1.08rem;
    }
    .contact-cta-btn {
        font-size: 1rem;
        padding: 0.7rem 1.2rem;
    }
}
.contact-social-section {
    width: 100%;
    max-width: 700px;
    margin: 2.2rem auto 2.2rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 1.7rem 1rem 1.7rem 1rem;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
    text-align: center;
}
.contact-social-title {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 1.1rem;
}
.contact-social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.contact-social-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    background: #fff;
    border: none;
    cursor: pointer;
    transition: transform 0.22s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
    outline: none;
    position: relative;
}
.contact-social-btn svg {
    width: 32px;
    height: 32px;
    display: block;
}
.contact-social-facebook { background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%); }
.contact-social-instagram { background: linear-gradient(120deg, #ffe4ec 0%, #fff7e6 100%); }
.contact-social-tiktok { background: linear-gradient(120deg, #e6fff7 0%, #fff7e6 100%); }
.contact-social-btn:hover, .contact-social-btn:focus {
    transform: translateY(-8px) scale(1.12);
    box-shadow: 0 8px 24px rgba(34,122,226,0.18);
    animation: contact-social-bounce 0.38s cubic-bezier(.4,2,.6,1);
}
@keyframes contact-social-bounce {
    0%   { transform: translateY(0) scale(1); }
    40%  { transform: translateY(-12px) scale(1.18); }
    60%  { transform: translateY(-6px) scale(1.08); }
    100% { transform: translateY(-8px) scale(1.12); }
}
@media (max-width: 700px) {
    .contact-social-section {
        max-width: 98vw;
        padding: 1rem 0.2rem 1rem 0.2rem;
    }
    .contact-social-icons {
        gap: 1rem;
    }
    .contact-social-btn {
        width: 44px;
        height: 44px;
    }
    .contact-social-title {
        font-size: 1.08rem;
    }
}
.contact-map-section {
    width: 100%;
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    display: flex;
    justify-content: center;
}
.contact-map-wrap {
    width: 900px;
    height: 340px;
    border-radius: 10%;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(34,122,226,0.13);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-map-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
@media (max-width: 500px) {
    .contact-map-wrap {
        width: 98vw;
        height: 98vw;
        min-width: 220px;
        min-height: 220px;
    }
}
.contact-form-popup {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(34,122,226,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.contact-form-popup-content {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(34,122,226,0.18);
    padding: 2.2rem 2.5rem;
    text-align: center;
    position: relative;
    min-width: 320px;
    max-width: 90vw;
}
.contact-form-popup-close {
    position: absolute;
    top: 1rem; right: 1.2rem;
    font-size: 2rem;
    color: #e27a2a;
    cursor: pointer;
    font-weight: 700;
    transition: color 0.2s;
}
.contact-form-popup-close:hover {
    color: #2a7ae2;
}
.contact-form-section {
    width: 100%;
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.contact-form-row {
    display: flex;
    gap: 1.2rem;
}
.contact-form-input {
    flex: 1;
    padding: 0.7rem 1.1rem;
    border: 1.5px solid #e2f0ff;
    border-radius: 18px;
    font-size: 1.08rem;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
    background: #fff;
    color: #2a7ae2;
    outline: none;
    transition: border 0.2s;
}
.contact-form-input:focus {
    border: 1.5px solid #e27a2a;
}
.contact-form-textarea {
    min-height: 120px;
    resize: vertical;
}
.contact-form-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.08rem;
    font-weight: 700;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s cubic-bezier(.4,2,.6,1);
    margin-top: 0.5rem;
    outline: none;
}
.contact-form-btn:active {
    transform: scale(0.93);
    background: #e27a2a;
    color: #fff;
}
.contact-info-short {
    width: 100%;
    max-width: 900px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.contact-hours-section {
    width: 100%;
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.2rem 1rem 2.2rem 1rem;
    font-family: 'Nunito', 'Quicksand', 'Arial Rounded MT Bold', Arial, sans-serif;
}
.contact-hours-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}
.contact-hours-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
}
.contact-hours-title {
    font-size: 1.35rem;
    color: #2a7ae2;
    font-weight: 700;
    margin: 0;
}
.contact-hours-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    font-size: 1.08rem;
}
.contact-hours-row td {
    padding: 0.7rem 1.1rem;
    border-radius: 18px;
    font-weight: 600;
    font-family: inherit;
}
.contact-hours-monday td    { background: #e2f0ff; color: #2a7ae2; }
.contact-hours-tuesday td   { background: #ffe4ec; color: #e27a2a; }
.contact-hours-wednesday td { background: #fff7e6; color: #ffd600; }
.contact-hours-thursday td  { background: #e2ffe6; color: #2ae27a; }
.contact-hours-friday td    { background: #f0e2ff; color: #7a2ae2; }
.contact-hours-saturday td  { background: #e6fff7; color: #2ae2d6; }
.contact-hours-sunday td    { background: #f8f8f8; color: #bbb; }
@media (max-width: 700px) {
    .contact-hours-section {
        max-width: 98vw;
        padding: 1.2rem 0.2rem 1.2rem 0.2rem;
    }
    .contact-hours-table {
        font-size: 0.98rem;
    }
    .contact-hours-header {
        gap: 0.6rem;
    }
    .contact-hours-title {
        font-size: 1.08rem;
    }
}
.contact-info-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-info-item {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.2rem 1rem;
    min-width: 180px;
    max-width: 220px;
    font-family: inherit;
}
.contact-info-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-right: 0.5rem;
    background: #ffe4ec;
}
.contact-info-icon-pink { background: linear-gradient(120deg, #ffe4ec 0%, #ffd6d6 100%); }
.contact-info-icon-blue { background: linear-gradient(120deg, #e2f0ff 0%, #2a7ae2 100%); }
.contact-info-icon-yellow { background: linear-gradient(120deg, #ffd600 0%, #fff7e6 100%); }
.contact-info-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(34,122,226,0.10));
}
.contact-info-data {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.contact-info-label {
    font-size: 1.05rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 0.1rem;
    font-family: inherit;
}
.contact-info-value {
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 600;
    font-family: inherit;
    text-decoration: none;
}
.contact-info-value:hover {
    text-decoration: underline;
}
@media (max-width: 900px) {
    .contact-info-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .contact-info-item {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.contact-header {
    position: relative;
    width: 100%;
    min-height: 260px;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 0 0 40px 40px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.08);
    margin-bottom: 2.5rem;
    overflow: hidden;
}
.contact-header-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/miniature-plush-animals-6951.webp') right bottom/220px no-repeat;
    opacity: 0.13;
    z-index: 1;
}
.contact-header-clouds {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 80px;
    z-index: 2;
    pointer-events: none;
}
.contact-cloud {
    position: absolute;
    top: 0;
    width: 160px;
    height: 80px;
    opacity: 0.7;
    animation: contact-cloud-move 12s linear infinite;
}
.contact-cloud-1 {
    left: 5%;
    animation-delay: 0s;
}
.contact-cloud-2 {
    right: 8%;
    animation-delay: 6s;
}
@keyframes contact-cloud-move {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-18px) scale(1.05); }
    100% { transform: translateY(0) scale(1); }
}
.contact-header-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}
.contact-header-text {
    flex: 1;
}
.contact-header-title {
    font-size: 2.2rem;
    color: #e27a2a;
    font-weight: 800;
    margin-bottom: 1.2rem;
    line-height: 1.15;
}
.contact-header-subtitle {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.contact-header-illustration {
    flex: 0 0 220px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 180px;
}
.contact-header-bear {
    width: 180px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 12px rgba(34,122,226,0.10));
}
@media (max-width: 900px) {
    .contact-header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-header-illustration {
        margin-top: 1.2rem;
        height: 120px;
    }
    .contact-header-bear {
        width: 120px;
    }
}
.faq-cta {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffd600 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    overflow: hidden;
}
.faq-cta-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/adorable-stuffed-animals-2309.webp') center/cover no-repeat;
    filter: blur(8px);
    opacity: 0.18;
    z-index: 1;
}
.faq-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.faq-cta-title {
    font-size: 1.3rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.faq-cta-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.08rem;
    font-weight: 700;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    margin-top: 0.5rem;
    outline: none;
}
.faq-cta-btn:hover {
    background: #e27a2a;
    color: #fff;
    transform: scale(1.08);
}
.faq-contact {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 2.5rem auto 2.5rem auto;
    background: linear-gradient(120deg, #ffe4ec 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    overflow: hidden;
}
.faq-contact-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/soft-dinosaur-toy-6907.webp') center/220px no-repeat;
    opacity: 0.18;
    z-index: 1;
}
.faq-contact-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.faq-contact-title {
    font-size: 1.3rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.faq-contact-text {
    font-size: 1.08rem;
    color: #2a7ae2;
    margin-bottom: 1.5rem;
}
.faq-contact-btn {
    background: #ffd600;
    color: #e27a2a;
    font-size: 1.08rem;
    font-weight: 700;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    margin-top: 0.5rem;
    outline: none;
}
.faq-contact-btn:hover {
    background: #e27a2a;
    color: #fff;
    transform: scale(1.08) rotate(-2deg);
}
.faq-accordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    background: linear-gradient(120deg, #fff7e6 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
}
.faq-accordion-title {
    text-align: center;
    font-size: 1.5rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 2rem;
}
.faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.faq-accordion-item {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    transition: box-shadow 0.2s, background 0.2s;
    overflow: hidden;
}
.faq-accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 1.08rem;
    color: #e27a2a;
    font-weight: 700;
    padding: 1.1rem 1.2rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
    transition: background 0.2s;
}
.faq-accordion-toggle:hover {
    background: #e2f0ff;
}
.faq-accordion-arrow {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 0.2rem;
    background: url('../images/soft-toy-shop-window-6644.webp') center/contain no-repeat;
    transition: transform 0.3s cubic-bezier(.4,2,.6,1);
}
.faq-accordion-item.open .faq-accordion-arrow {
    transform: rotate(180deg);
}
.faq-accordion-answer {
    background: #e2f0ff;
    color: #2a7ae2;
    font-size: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(.4,2,.6,1), opacity 0.3s;
}
.faq-accordion-item.open .faq-accordion-answer {
    max-height: 300px;
    opacity: 1;
}
.faq-popular {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
}
.faq-popular-title {
    text-align: center;
    font-size: 1.5rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.faq-popular-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.faq-popular-item {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 1.2rem 1rem;
    min-width: 320px;
    max-width: 400px;
    transition: box-shadow 0.2s, background 0.2s;
    cursor: pointer;
}
.faq-popular-item:hover {
    background: #e2f0ff;
    box-shadow: 0 4px 24px rgba(34,122,226,0.18);
}
.faq-popular-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fb;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-right: 0.5rem;
}
.faq-popular-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(34,122,226,0.10));
}
.faq-popular-content {
    flex: 1;
}
.faq-popular-question {
    font-size: 1.08rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.faq-popular-answer {
    font-size: 0.98rem;
    color: #444;
}
@media (max-width: 900px) {
    .faq-popular-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .faq-popular-item {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.faq-header {
    position: relative;
    width: 100%;
    min-height: 260px;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 0 0 40px 40px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.08);
    margin-bottom: 2.5rem;
    overflow: hidden;
}
.faq-header-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('../images/plush-toy-display-shelf-8501.webp') left bottom/cover no-repeat, url('../images/handcrafted-stuffed-toys-5419.webp') right top/contain no-repeat;
    opacity: 0.18;
    z-index: 1;
}
.faq-header-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}
.faq-header-text {
    flex: 1;
}
.faq-header-title {
    font-size: 2.2rem;
    color: #e27a2a;
    font-weight: 800;
    margin-bottom: 1.2rem;
    line-height: 1.15;
}
.faq-header-subtitle {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.faq-header-illustration {
    flex: 0 0 220px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 180px;
}
.faq-header-bear {
    width: 180px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 12px rgba(34,122,226,0.10));
}
@media (max-width: 900px) {
    .faq-header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .faq-header-illustration {
        margin-top: 1.2rem;
        height: 120px;
    }
    .faq-header-bear {
        width: 120px;
    }
}
.promo-cta {
    width: 100%;
    background: linear-gradient(90deg, #ffd6d6 0%, #e2f0ff 100%);
    padding: 2.5rem 1rem 2.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -2px 16px rgba(34,122,226,0.06);
}
.promo-cta-content {
    text-align: center;
}
.promo-cta-title {
    font-size: 1.7rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.promo-cta-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    padding: 0.9rem 2.2rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    outline: none;
    position: relative;
    animation: promo-cta-pulse 1s linear 0s;
}
.promo-cta-btn:hover {
    background: #e27a2a;
    color: #fff;
    transform: scale(1.07);
}
@keyframes promo-cta-pulse {
    0% { box-shadow: 0 0 0 0 #ffd600; }
    50% { box-shadow: 0 0 0 12px rgba(255,214,0,0.25); }
    100% { box-shadow: 0 0 0 0 #ffd600; }
}
.promo-coming-soon {
    width: 100%;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    padding: 2.5rem 1rem 2.5rem 1rem;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.08);
    margin: 2.5rem auto 2.5rem auto;
    max-width: 1100px;
}
.promo-coming-title {
    text-align: center;
    font-size: 1.7rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 2rem;
}
.promo-coming-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.promo-coming-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    padding: 1.2rem 1rem 1.5rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 220px;
    max-width: 260px;
    margin-bottom: 1rem;
}
.promo-coming-img-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-coming-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    opacity: 0.55;
    filter: blur(0.5px);
}
.promo-coming-label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(226,122,42,0.85);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.3rem 1.1rem;
    border-radius: 18px;
    letter-spacing: 0.08em;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
}
.promo-coming-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.08rem;
    font-weight: 700;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.promo-coming-btn:hover {
    background: #e27a2a;
    color: #fff;
}
.promo-coming-bell {
    display: inline-block;
    animation: promo-bell-swing 1.2s infinite;
    transform-origin: 50% 10%;
}
@keyframes promo-bell-swing {
    0%,100% { transform: rotate(0deg); }
    20% { transform: rotate(-18deg); }
    40% { transform: rotate(12deg); }
    60% { transform: rotate(-8deg); }
    80% { transform: rotate(6deg); }
}
@media (max-width: 900px) {
    .promo-coming-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .promo-coming-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.promo-center-banner {
    position: relative;
    width: 100%;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 32px;
    margin: 2.5rem auto 2.5rem auto;

}
.promo-center-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    will-change: transform;
}
.promo-center-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255,255,255,0.65);
    z-index: 2;
}
.promo-center-content {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    padding: 2.5rem 1rem;
}
.promo-center-title {
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.15;
}
.promo-center-date {
    color: #2a7ae2;
    font-weight: 700;
}
.promo-center-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    padding: 0.9rem 2.2rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    outline: none;
    margin-top: 0.5rem;
}
.promo-center-btn:hover {
    background: #e27a2a;
    color: #fff;
    transform: scale(1.07);
}
@media (max-width: 900px) {
    .promo-center-title { font-size: 1.3rem; }
    .promo-center-banner { max-width: 98vw; }
}
.promo-2for1 {
    width: 100%;
    background: linear-gradient(120deg, #ffe4ec 0%, #ffd6d6 100%);
    padding: 2.5rem 1rem 2.5rem 1rem;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(226,122,42,0.08);
    margin: 2.5rem auto 2.5rem auto;
    max-width: 1100px;
}
.promo-2for1-title {
    text-align: center;
    font-size: 1.7rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.promo-2for1-desc {
    text-align: center;
    font-size: 1.08rem;
    color: #444;
    margin-bottom: 2rem;
}
.promo-2for1-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.promo-2for1-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(226,122,42,0.10);
    padding: 1.2rem 1rem 1.5rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 260px;
    max-width: 320px;
    margin-bottom: 1rem;
}
.promo-2for1-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.promo-2for1-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(226,122,42,0.08);
    background: #ffe4ec;
}
.promo-2for1-ribbon {
    width: 60px;
    height: 18px;
    background: linear-gradient(90deg, #ffd600 0%, #e27a2a 100%);
    border-radius: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    z-index: 2;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
}
.promo-2for1-info {
    width: 100%;
}
.promo-2for1-name {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.promo-2for1-desc {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 0.7rem;
}
.promo-2for1-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.08rem;
    font-weight: 700;
    border: none;
    border-radius: 24px;
    padding: 0.7rem 1.5rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
}
.promo-2for1-btn:hover {
    background: #e27a2a;
    color: #fff;
}
@media (max-width: 900px) {
    .promo-2for1-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .promo-2for1-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.promo-last-items {
    width: 100%;
    background: linear-gradient(120deg, #ffe4ec 0%, #fbead1 100%);
    padding: 2.5rem 1rem 2.5rem 1rem;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(226,122,42,0.08);
    margin: 2.5rem auto 2.5rem auto;
    max-width: 1200px;
}
.promo-last-title {
    text-align: center;
    font-size: 1.7rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.promo-last-list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.promo-last-card {
    background: #fff7e6;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(226,122,42,0.10);
    padding: 1.2rem 1rem 1.5rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 260px;
    max-width: 320px;
    margin-bottom: 1rem;
}
.promo-last-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #ffe4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(226,122,42,0.08);
}
.promo-last-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.promo-last-info {
    width: 100%;
}
.promo-last-name {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.promo-last-desc {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 0.7rem;
}
.promo-last-timer {
    background: #ffd6d6;
    border-radius: 18px;
    padding: 0.5rem 1.2rem;
    font-size: 1.08rem;
    color: #e27a2a;
    font-weight: 700;
    margin-top: 0.7rem;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.promo-last-timer-count {
    font-family: 'Courier New', monospace;
    font-size: 1.15rem;
    color: #e27a2a;
    animation: promo-timer-blink 1s infinite;
}
@keyframes promo-timer-blink {
    0%,100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@media (max-width: 900px) {
    .promo-last-list {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .promo-last-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.promo-filter-bar {
    width: 100%;
    background: #f8f9fb;
    padding: 1.5rem 0 1.2rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.06);
}
.promo-filters {
    display: flex;
    gap: 0.7rem;
}
.promo-filter-btn {
    background: #e2f0ff;
    color: #2a7ae2;
    border: none;
    border-radius: 24px;
    padding: 0.6rem 1.3rem;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.promo-filter-btn.active {
    background: #ffd600;
    color: #e27a2a;
    font-weight: 700;
}
.promo-filter-btn:hover {
    background: #e27a2a;
    color: #fff;
}
.promo-filter-icon {
    display: inline-block;
    font-size: 1.1rem;
    color: #e27a2a;
    margin-right: 0.2rem;
}
.promo-sort {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.05rem;
    color: #2a7ae2;
}
.promo-sort label {
    font-weight: 600;
}
.promo-sort select {
    border-radius: 8px;
    border: 1px solid #e2f0ff;
    padding: 0.3rem 0.7rem;
    font-size: 1rem;
    color: #2a7ae2;
    background: #fff;
}
.promo-products {
    width: 100%;
    margin: 0 auto 2.5rem auto;
    max-width: 1400px;
}
.promo-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.promo-product-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(226,122,42,0.10);
    padding: 1.2rem 1rem 1.5rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    will-change: transform;
}
.promo-product-card:hover {
    box-shadow: 0 8px 32px rgba(226,122,42,0.18);
    transform: rotate(-3deg) scale(1.04);
}
.promo-product-img-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.promo-discount-sticker {
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 1.1rem;
    font-weight: 800;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(226,122,42,0.18);
    z-index: 2;
    border: 4px solid #fff7e6;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: promo-sticker-bounce 2.5s infinite;
}
.promo-discount-yellow {
    background: linear-gradient(120deg, #ffd600 0%, #fff7e6 100%);
    color: #e27a2a;
}
.promo-discount-red {
    background: linear-gradient(120deg, #e27a2a 0%, #ffd600 100%);
    color: #fff;
}
.promo-product-title {
    font-size: 1.15rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.promo-product-desc {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 0.7rem;
}
.promo-product-prices {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
}
.promo-old-price {
    font-size: 1rem;
    color: #aaa;
    text-decoration: line-through;
}
.promo-new-price {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 700;
}
.promo-add-cart-btn {
    background: #e2f0ff;
    color: #2a7ae2;
    border: none;
    border-radius: 24px;
    padding: 0.6rem 1.3rem;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    transition: background 0.2s, color 0.2s;
    margin-top: 0.3rem;
}
.promo-add-cart-btn:hover {
    background: #e27a2a;
    color: #fff;
}
@media (max-width: 1200px) {
    .promo-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .promo-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    .promo-filter-bar {
        flex-direction: column;
        gap: 0.7rem;
    }
}
@media (max-width: 600px) {
    .promo-products-grid {
        grid-template-columns: 1fr;
    }
}
.promo-banner {
    position: relative;
    width: 100%;
    min-height: 340px;
    background: linear-gradient(120deg, #ffe4ec 0%, #e2f0ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.08);
    margin-bottom: 2.5rem;
}
.promo-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.promo-bg-toy {
    position: absolute;
    width: 120px;
    opacity: 0.7;
    filter: drop-shadow(0 2px 8px rgba(34,122,226,0.10));
    animation: promo-toy-float 7s ease-in-out infinite;
}
.promo-bg-toy-1 { top: 18%; left: 6%; animation-delay: 0s; }
.promo-bg-toy-2 { top: 60%; left: 12%; animation-delay: 1.5s; }
.promo-bg-toy-3 { top: 30%; right: 8%; animation-delay: 3s; }
.promo-bg-toy-4 { top: 70%; right: 14%; animation-delay: 4.5s; }
@keyframes promo-toy-float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-18px); }
}
.promo-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.promo-banner-title {
    font-size: 2.2rem;
    color: #e27a2a;
    font-weight: 800;
    margin-bottom: 1.2rem;
    line-height: 1.15;
}
.promo-banner-subtitle {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 600;
    margin-bottom: 2rem;
}
.promo-banner-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    padding: 0.9rem 2.2rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    outline: none;
    margin-top: 0.5rem;
}
.promo-banner-btn:hover {
    background: #e27a2a;
    color: #fff;
    transform: scale(1.07);
}
.promo-banner-sticker {
    display: inline-block;
    background: linear-gradient(120deg, #e27a2a 0%, #ffd600 100%);
    color: #fff;
    font-size: 2.6rem;
    font-weight: 900;
    border-radius: 50%;
    padding: 1.1rem 1.7rem;
    box-shadow: 0 4px 24px rgba(226,122,42,0.18);
    position: absolute;
    left: -40px;
    top: -40px;
    transform: rotate(-18deg);
    z-index: 3;
    border: 6px solid #fff7e6;
    animation: promo-sticker-bounce 2.5s infinite;
}
@keyframes promo-sticker-bounce {
    0%,100% { transform: rotate(-18deg) scale(1); }
    20% { transform: rotate(-18deg) scale(1.13); }
    40% { transform: rotate(-18deg) scale(1); }
}
@media (max-width: 900px) {
    .promo-banner-title { font-size: 1.3rem; }
    .promo-banner-content { max-width: 98vw; }
    .promo-banner-sticker { font-size: 1.5rem; left: 0; top: 0; padding: 0.7rem 1.1rem; }
    .promo-bg-toy { width: 60px; }
}
.news-cta {
    width: 100%;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    padding: 2.5rem 1rem 2.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -2px 16px rgba(34,122,226,0.06);
}
.news-cta-content {
    text-align: center;
}
.news-cta-title {
    font-size: 1.7rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.news-cta-btn {
    background: #ffd600;
    color: #2a7ae2;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    padding: 0.9rem 2.2rem;
    box-shadow: 0 2px 12px rgba(226,122,42,0.12);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    outline: none;
    position: relative;
    animation: news-cta-bounce 1s linear 0s;
}
.news-cta-btn:hover {
    background: #e27a2a;
    color: #fff;
    transform: scale(1.07);
}
@keyframes news-cta-bounce {
    0% { transform: translateY(0); }
    20% { transform: translateY(-18px); }
    40% { transform: translateY(0); }
    60% { transform: translateY(-10px); }
    80% { transform: translateY(0); }
    100% { transform: translateY(0); }
}
.news-reviews {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
}
.news-reviews-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.news-reviews-grid {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.news-review-card {
    background: #fff;
    border-radius: 40px 40px 60px 60px/30px 30px 60px 60px;
    box-shadow: 0 4px 24px rgba(226,122,42,0.12);
    border: 4px solid #ffe4ec;
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    min-width: 220px;
    max-width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}
.news-review-photo-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #f8f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.news-review-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.news-review-rating {
    font-size: 1.2rem;
    color: #ffd600;
    font-weight: 700;
    margin-bottom: 0.7rem;
    letter-spacing: 0.08em;
}
.news-review-text {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.news-review-author {
    font-size: 0.98rem;
    color: #2a7ae2;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
@media (max-width: 900px) {
    .news-reviews-grid {
        flex-direction: column;
        gap: 1.2rem;
    }
    .news-review-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.news-arrangement {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto 2.5rem auto;
    position: relative;
    overflow: hidden;
    background: #fff7e6;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-arrangement-parallax {
    width: 100vw;
    max-width: 100vw;
    height: 600px;
    overflow: hidden;
    position: relative;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    border: 6px solid #e2f0ff;
    margin-bottom: 0.5rem;
}
.news-arrangement-img {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    transition: box-shadow 0.2s;
}
.news-arrangement-caption {
    text-align: center;
    font-size: 1.15rem;
    color: #2a7ae2;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
@media (max-width: 700px) {
    .news-arrangement-parallax, .news-arrangement-img {
        height: 180px;
    }
}
.news-bestsellers {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2.5rem auto;
    background: linear-gradient(120deg, #ffe4ec 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
}
.news-bestsellers-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.news-bestsellers-grid {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.news-bestseller-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 1.5rem 1rem 1.2rem 1rem;
    min-width: 220px;
    max-width: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}
.news-bestseller-img-wrap {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #f8f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.news-bestseller-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.news-bestseller-sticker {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(90deg, #ffd600 0%, #ff7a7a 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.35rem 1.1rem;
    border-radius: 18px 18px 18px 0;
    box-shadow: 0 2px 8px rgba(226,122,42,0.18);
    transform: rotate(-12deg);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    z-index: 2;
    letter-spacing: 0.04em;
}
.news-bestseller-img-wrap:hover .news-bestseller-sticker {
    transform: rotate(12deg) scale(1.08);
}
.news-bestseller-title {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.news-bestseller-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.news-bestseller-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 1rem;
}
.news-bestseller-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.news-bestseller-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
}
@media (max-width: 900px) {
    .news-bestsellers-grid {
        flex-direction: column;
        gap: 1.2rem;
    }
    .news-bestseller-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.news-limited {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2.5rem auto;
    background: linear-gradient(120deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
}
.news-limited-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.news-limited-grid {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.news-limited-card {
    background: #fff;
    border-radius: 40px 40px 60px 60px/30px 30px 60px 60px;
    box-shadow: 0 4px 24px rgba(226,122,42,0.12);
    border: 4px solid #e2f0ff;
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    min-width: 220px;
    max-width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
}
.news-limited-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #f8f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.news-limited-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.news-limited-name {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.news-limited-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.news-limited-timer {
    font-size: 1.05rem;
    color: #2a7ae2;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 18px;
    padding: 0.3rem 1rem;
    margin-bottom: 0.7rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    display: inline-block;
}
.news-limited-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 1rem;
}
.news-limited-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.news-limited-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
}
@media (max-width: 900px) {
    .news-limited-grid {
        flex-direction: column;
        gap: 1.2rem;
    }
    .news-limited-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.news-filter-bar {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 2.2rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    background: linear-gradient(90deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}
.news-filter-categories {
    display: flex;
    gap: 1rem;
}
.news-filter-btn {
    background: #fff;
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.4rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    outline: none;
}
.news-filter-btn.active {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    box-shadow: 0 4px 16px rgba(226,122,42,0.10);
}
.news-filter-btn:hover {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #e27a2a;
}
.news-sort-fields {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.news-sort-label {
    font-size: 1rem;
    color: #2a7ae2;
    font-weight: 500;
}
.news-sort-select {
    font-size: 1rem;
    border-radius: 18px;
    padding: 0.4rem 1.2rem;
    border: 1px solid #e2f0ff;
    background: #fff;
    color: #2a7ae2;
    font-weight: 500;
    margin-left: 0.5rem;
}
.news-products {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
}
.news-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
}
.news-product-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 1.5rem 1rem 1.2rem 1rem;
    min-width: 220px;
    max-width: 340px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}
.news-product-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 1rem;
    background: #f8f9fb;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.news-product-title {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.news-product-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.news-product-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 1rem;
}
.news-product-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.news-product-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
}
@media (max-width: 900px) {
    .news-products-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .news-product-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.news-hero {
    width: 100%;
    position: relative;
    background: #fff7e6;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 3rem 1rem 3rem 1rem;
    margin: 2rem auto 2.5rem auto;

    overflow: hidden;
    text-align: center;
}
.news-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-size: 60px, 32px;
    background-repeat: repeat;
    background-position: 0 0, 80px 40px;
    opacity: 0.07;
}
.news-hero-animated-icons {
    position: absolute;
    left: 0; right: 0; top: 0; height: 100%;
    z-index: 1;
    pointer-events: none;
}
.news-hero-icon {
    position: absolute;
    width: 160px;
    height: 160px;
    opacity: 0.85;
    filter: drop-shadow(0 2px 8px rgba(34,122,226,0.10));
    transition: transform 0.3s;
}
.news-hero-icon-bear {
    left: 8%; top: 18%;
    animation: floatBear 7s ease-in-out infinite;
}
.news-hero-icon-unicorn {
    right: 10%; top: 30%;
    animation: floatUnicorn 9s ease-in-out infinite;
}
.news-hero-icon-star {
    left: 50%; top: 60%;
    animation: floatStar 6s ease-in-out infinite;
}
@keyframes floatBear {
    0%, 100% { transform: translateY(0) rotate(-8deg); }
    50% { transform: translateY(-18px) rotate(8deg); }
}
@keyframes floatUnicorn {
    0%, 100% { transform: translateY(0) rotate(10deg); }
    50% { transform: translateY(-24px) rotate(-10deg); }
}
@keyframes floatStar {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-12px) scale(1.2); }
}
.news-hero-title {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.news-hero-subtitle {
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
@media (max-width: 700px) {
    .news-hero-title {
        font-size: 1.5rem;
    }
    .news-hero-icon {
        width: 36px;
        height: 36px;
    }
}
.about-cta {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url('../images/soft-toy-storefront-display-4096.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.13;
}
.about-cta-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 2.2rem;
    width: 100%;
    justify-content: center;
}
.about-cta-illustration {
    flex: 0 0 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100px;
}
.about-cta-illustration img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    background: #fff;
    border: 3px solid #ffe4ec;
}
.about-cta-textblock {
    flex: 1 1 320px;
    min-width: 220px;
    text-align: left;
}
.about-cta-text {
    font-size: 1.25rem;
    color: #2a7ae2;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.about-cta-btns {
    display: flex;
    gap: 1.2rem;
}
.about-cta-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #e27a2a;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.6rem 1.6rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.about-cta-btn.alt {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #2a7ae2;
}
.about-cta-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #2a7ae2;
}
@media (max-width: 700px) {
    .about-cta-content {
        flex-direction: column;
        gap: 1.2rem;
    }
    .about-cta-illustration {
        height: 70px;
    }
    .about-cta-illustration img {
        width: 60px;
        height: 60px;
    }
}
.about-why {
    width: 100%;
    position: relative;
    background: #fff7e6;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
    overflow: hidden;
}
.about-why-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        url('../images/plush-teddy-bear-toy-1843.webp'),
        url('../images/fluffy-rabbit-plush-6142.webp'),
        url('../images/stuffed-unicorn-gift-3170.webp');
    background-size: 60px, 50px, 55px;
    background-repeat: repeat;
    background-position: 0 0, 80px 40px, 160px 80px;
    opacity: 0.08;
}
.about-why-title {
    text-align: center;
    font-size: 2rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}
.about-why-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.about-why-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    padding: 1.1rem 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 1.15rem;
    font-weight: 500;
}
.about-why-icon {
    font-size: 2.4rem;
    background: #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    border: 2px solid #ffe4ec;
}
.about-why-text {
    color: #e27a2a;
    font-size: 1.15rem;
    font-weight: 600;
}
@media (max-width: 700px) {
    .about-why-list {
        max-width: 98vw;
    }
    .about-why-item {
        font-size: 1rem;
        padding: 0.8rem 0.7rem;
    }
    .about-why-icon {
        font-size: 1.7rem;
        width: 38px;
        height: 38px;
    }
}
.about-values {
    width: 100%;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
}
.about-values-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-items: center;
}
.about-values-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 1.5rem 1rem 1.2rem 1rem;
    min-width: 160px;
    max-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
}
.about-values-card-safe {
    background: linear-gradient(135deg, #e2f0ff 60%, #fff7e6 100%);
}
.about-values-card-eco {
    background: linear-gradient(135deg, #e6ffe4 60%, #e2f0ff 100%);
}
.about-values-card-creative {
    background: linear-gradient(135deg, #ffe4ec 60%, #fff7e6 100%);
}
.about-values-card-joy {
    background: linear-gradient(135deg, #fff7e6 60%, #ffe4ec 100%);
}
.about-values-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    border: 2px dashed #e27a2a;
}
.about-values-card-title {
    font-size: 1.15rem;
    color: #2a7ae2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.about-values-card-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.2rem;
}
@media (max-width: 900px) {
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    .about-values-card {
        min-width: 45vw;
        max-width: 45vw;
    }
}
@media (max-width: 600px) {
    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    .about-values-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.about-gallery-desc {
    font-size: 0.98rem;
    color: #2a7ae2;
    text-align: center;
    margin: 0.5rem 0 0.2rem 0;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.about-gallery-photo-7 { transform: rotate(-7deg); border-color: #e27a2a; }
.about-gallery-photo-8 { transform: rotate(8deg); border-color: #ffd6e6; }
.about-gallery {
    width: 100%;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
}
.about-gallery-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.about-gallery-collage {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.about-gallery-photo {
    width: 180px;
    height: auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(226,122,42,0.12);
    border: 4px solid #e2f0ff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}
.about-gallery-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.about-gallery-photo-1 { transform: rotate(-6deg); border-color: #ffe4ec; }
.about-gallery-photo-2 { transform: rotate(5deg); border-color: #e2f0ff; }
.about-gallery-photo-3 { transform: rotate(-3deg); border-color: #e27a2a; }
.about-gallery-photo-4 { transform: rotate(7deg); border-color: #2a7ae2; }
.about-gallery-photo-5 { transform: rotate(-5deg); border-color: #ffd6e6; }
.about-gallery-photo-6 { transform: rotate(4deg); border-color: #e2f0ff; }
.about-gallery-photo:hover {
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    transform: scale(1.04) rotate(0deg);
    z-index: 2;
}
@media (max-width: 900px) {
    .about-gallery-photo {
        width: 40vw;
        height: 28vw;
    }
}
@media (max-width: 600px) {
    .about-gallery-collage {
        gap: 1rem;
    }
    .about-gallery-photo {
        width: 90vw;
        height: 60vw;
    }
}
.about-mission {
    width: 100%;
    background: linear-gradient(90deg, #e2f0ff 0%, #fff7e6 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
}
.about-mission-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.about-mission-lead {
    text-align: center;
    font-size: 1.15rem;
    color: #2a7ae2;
    margin-bottom: 2.2rem;
    font-weight: 500;
}
.about-mission-columns {
    display: flex;
    gap: 2.2rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.about-mission-col {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 1.5rem 1rem 1.2rem 1rem;
    min-width: 220px;
    max-width: 260px;
    flex: 1 1 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}
.about-mission-icon {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
}
.about-mission-col-title {
    font-size: 1.15rem;
    color: #e27a2a;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.about-mission-col-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.2rem;
}
@media (max-width: 900px) {
    .about-mission-columns {
        gap: 1.2rem;
    }
    .about-mission-col {
        min-width: 45vw;
        max-width: 45vw;
    }
}
@media (max-width: 600px) {
    .about-mission-columns {
        flex-direction: column;
        gap: 0.8rem;
    }
    .about-mission-col {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.about-history {
    width: 100%;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    max-width: 900px;
}
.about-history-title {
    text-align: center;
    font-size: 2rem;
    color: #2a7ae2;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.about-history-desc {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 2.2rem;
    text-align: center;
}
.about-history-timeline {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    padding-left: 32px;
}
.about-history-timeline-line {
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 2px;
    z-index: 0;
}
.about-history-timeline-event {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
    position: relative;
}
.about-history-timeline-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-right: 18px;
    border: 3px solid #ffe4ec;
}
.about-history-timeline-icon img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}
.about-history-timeline-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about-history-timeline-date {
    font-size: 1.05rem;
    color: #e27a2a;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.about-history-timeline-text {
    font-size: 1rem;
    color: #444;
}
@media (max-width: 700px) {
    .about-history-timeline {
        padding-left: 16px;
    }
    .about-history-timeline-line {
        left: 16px;
    }
    .about-history-timeline-icon {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }
    .about-history-timeline-icon img {
        width: 24px;
        height: 24px;
    }
}
.about-team-hero {
    width: 100%;
    background: linear-gradient(90deg, #fff7e6 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2.5rem 1rem 2.5rem 1rem;
    margin: 2rem auto 2.5rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}
.about-team-hero-content {
    flex: 1 1 320px;
    min-width: 260px;
    text-align: center;
}
.about-team-title {
    font-size: 2.4rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.about-team-desc {
    font-size: 1.25rem;
    color: #444;
    margin-bottom: 0.8rem;
    font-weight: 400;
}
.about-team-photo-wrap {
    flex: 0 1 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-team-photo {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    background: #fff;
    border: 6px solid #ffe4ec;
}
@media (max-width: 900px) {
    .about-team-hero {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem 0.5rem 2rem 0.5rem;
    }
    .about-team-photo {
        width: 180px;
        height: 180px;
    }
}
.footer-cta {
    width: 100%;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 0 0 24px 24px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 1.5rem 1rem 1.5rem 1rem;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cta-content {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    max-width: 900px;
    width: 100%;
    justify-content: center;
}
.footer-cta-icon img {
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    background: #fff;
}
.footer-cta-text {
    font-size: 1.15rem;
    color: #2a7ae2;
    font-weight: 500;
    margin-right: 0.5rem;
}
.footer-cta-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #e27a2a;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.6rem 1.6rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin-left: 0.5rem;
}
.footer-cta-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #2a7ae2;
}
.shop-recently-viewed {
    width: 100%;
    margin: 2.5rem auto 3rem auto;
    padding: 2rem 1rem 2rem 1rem;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    max-width: 1200px;
}
.shop-recently-title {
    text-align: center;
    font-size: 1.6rem;
    color: #2a7ae2;
    margin-bottom: 2rem;
    font-weight: 700;
}
.shop-recently-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
}
.shop-recently-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 1.2rem 0.8rem 1rem 0.8rem;
    text-align: center;
    min-width: 160px;
    max-width: 260px;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-recently-img-wrap {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.7rem;
    background: #f8f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-recently-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: filter 0.3s;
}
.shop-recently-img-wrap:hover .shop-recently-img {
    filter: brightness(0.7);
}
.shop-recently-card h3 {
    font-size: 1.05rem;
    color: #e27a2a;
    margin: 0.2rem 0 0.3rem 0;
    font-weight: 600;
}
.shop-recently-desc {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.2rem;
}
@media (max-width: 900px) {
    .shop-recently-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .shop-recently-card {
        min-width: 45vw;
        max-width: 45vw;
    }
}
@media (max-width: 600px) {
    .shop-recently-grid {
        grid-template-columns: 1fr;
    }
    .shop-recently-card {
        min-width: 90vw;
        max-width: 90vw;
    }
}
.shop-recommended {
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 2rem 1rem 2rem 1rem;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
}
.shop-recommended-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    margin-bottom: 2rem;
    font-weight: 700;
}
.shop-recommended-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}
.shop-recommended-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}
.shop-recommended-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    min-width: 220px;
    max-width: 220px;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-recommended-img {
    width: 120px;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 1rem;
    background: #f8f9fb;
}
.shop-recommended-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 1rem;
}
.shop-recommended-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.shop-recommended-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
}
.shop-recommended-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #ffd6e6 0%, #ffe4ec 100%);
    color: #e27a2a;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}
.shop-recommended-arrow-left {
    left: 0;
}
.shop-recommended-arrow-right {
    right: 0;
}
.shop-recommended-arrow:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #ffd6e6 100%);
    color: #ffd600;
}
@media (max-width: 900px) {
    .shop-recommended-track {
        gap: 1rem;
    }
    .shop-recommended-card {
        min-width: 80vw;
        max-width: 80vw;
    }
}
.shop-promo-banner {
    position: relative;
    background: linear-gradient(90deg, #fbeee6 0%, #ffe4ec 100%);
    border-radius: 36px;
    box-shadow: 0 4px 32px rgba(226,122,42,0.10);
    margin: 3rem auto 3rem auto;
    max-width: 900px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 2;
}
.shop-promo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    background: linear-gradient(90deg, #ffe4ec 0%, #ffd6e6 100%);
    opacity: 0.5;
    z-index: 1;
}
.shop-promo-content {
    position: relative;
    z-index: 2;
    flex: 2;
    text-align: left;
    padding: 2rem 2rem 2rem 2.5rem;
}
.shop-promo-title {
    font-size: 2rem;
    color: #e27a2a;
    font-weight: 800;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}
.shop-promo-btn {
    background: linear-gradient(90deg, #e27a2a 0%, #ffd600 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 0.7rem 2.2rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.shop-promo-btn:hover {
    background: linear-gradient(90deg, #ffd600 0%, #e27a2a 100%);
    color: #e27a2a;
}
.shop-promo-toy {
    position: relative;
    z-index: 3;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}
.shop-promo-img {
    width: 180px;
    height: auto;
    object-fit: contain;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    position: absolute;
    right: -40px;
    bottom: -30px;
    transform: rotate(-8deg) scale(1.08);
    background: #fff;
}
@media (max-width: 900px) {
    .shop-promo-banner {
        flex-direction: column;
        min-height: 220px;
        padding: 1.2rem 0.5rem;
    }
    .shop-promo-content {
        padding: 1.2rem 1rem 1.2rem 1rem;
        text-align: center;
    }
    .shop-promo-img {
        position: static;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        width: 120px;
        transform: rotate(-4deg) scale(1.04);
    }
}
.shop-product-desc {
    font-size: 0.98rem;
    color: #555;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
.shop-products {
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
        max-width: 1200px;
}
.shop-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-items: center;
}
.shop-product-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 240px;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-product-card:hover {
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    z-index: 2;
}
.shop-product-img-wrap {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 16px;
    background: #f8f9fb;
}
.shop-product-img {
    width: 140px;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.2s;
}
.shop-product-card:hover .shop-product-img {
    transform: scale(1.05);
}
.shop-product-title {
    font-size: 1.1rem;
    color: #2a7ae2;
    margin-bottom: 0.7rem;
    font-weight: 600;
}
.shop-product-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 0.7rem;
}
.shop-product-rating {
    color: #ffd600;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: block;
}
.shop-product-btn {
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.shop-product-card:hover .shop-product-btn {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
}
@media (max-width: 1200px) {
    .shop-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .shop-products-grid {
        grid-template-columns: 1fr;
    }
    .shop-product-card {
        max-width: 100%;
    }
}
.shop-filter-bar {
    background: #f8f9fb;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
    padding: 2rem 1rem 2rem 1rem;
    margin: 0 auto 2.5rem auto;
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-filter-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}
.shop-filter-fields, .shop-sort-fields {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    align-items: center;
}
.shop-filter-label, .shop-sort-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    color: #2a7ae2;
    font-weight: 600;
    background: #fff;
    border-radius: 18px;
    padding: 0.4rem 1rem;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.shop-filter-icon, .shop-sort-icon {
    font-size: 1.2rem;
    color: #e27a2a;
    vertical-align: middle;
}
.shop-filter-select, .shop-sort-select {
    border: none;
    border-radius: 14px;
    background: #f8f9fb;
    font-size: 1rem;
    color: #555;
    padding: 0.4rem 1.2rem;
    margin-left: 0.3rem;
    box-shadow: 0 1px 4px rgba(34,122,226,0.06);
    outline: none;
    font-family: inherit;
}
.shop-filter-btn {
    background: linear-gradient(90deg, #e27a2a 0%, #ffd600 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 0.7rem 2.2rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.shop-filter-btn:hover {
    background: linear-gradient(90deg, #ffd600 0%, #e27a2a 100%);
    color: #e27a2a;
}
@media (max-width: 900px) {
    .shop-filter-form {
        flex-direction: column;
        gap: 1.2rem;
        align-items: stretch;
    }
    .shop-filter-fields, .shop-sort-fields {
        flex-direction: column;
        gap: 0.7rem;
        align-items: stretch;
    }
}
.shop-hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18;
    z-index: 1;
    pointer-events: none;
    filter: blur(1px) saturate(1.2);
}
.shop-hero {
    position: relative;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    padding: 3.5rem 1rem 3.5rem 1rem;
    margin: 0 auto 3rem auto;
    width: 100%;
    border-radius: 36px;
    box-shadow: 0 2px 24px rgba(34,122,226,0.08);
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.shop-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    z-index: 1;
}
.shop-hero-content {
    position: relative;
    z-index: 2;
    flex: 2;
    min-width: 260px;
    text-align: center;
}
.shop-hero-title {
    font-size: 2.6rem;
    color: #e27a2a;
    font-family: 'Segoe UI', 'Nunito', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}
.shop-hero-desc {
    font-size: 1.25rem;
    color: #555;
    font-family: 'Segoe UI', 'Nunito', Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.shop-hero-illustration {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-hero-img {
    width: 120px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    background: #fff;
}
@media (max-width: 900px) {
    .shop-hero {
        flex-direction: column;
        gap: 1.2rem;
        padding: 2rem 0.5rem 2rem 0.5rem;
    }
    .shop-hero-title {
        font-size: 1.5rem;
    }
    .shop-hero-img {
        width: 80px;
    }
}
.cta-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 247, 179, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.cta-popup-content {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 32px rgba(226,122,42,0.18);
    padding: 2.5rem 2rem 2rem 2rem;
    text-align: center;
    max-width: 340px;
    position: relative;
}
.cta-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 2rem;
    color: #e27a2a;
    cursor: pointer;
    font-weight: 700;
    background: none;
    border: none;
    outline: none;
    z-index: 2;
    transition: color 0.2s;
}
.cta-popup-close:hover {
    color: #ffd600;
}
.cta-newsletter {
    position: relative;
    background: linear-gradient(90deg, #fff7b3 0%, #ffe4ec 100%);
    padding: 3.5rem 1rem 3.5rem 1rem;
    margin: 0 auto 3rem auto;
    max-width: 100%;
    border-radius: 36px;
    box-shadow: 0 2px 24px rgba(226,122,42,0.10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta-illustrations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.cta-toy {
    position: absolute;
    width: 300px;
    height: auto;
    opacity: 0.85;
    z-index: 1;
}
.cta-toy-left {
    left: -30px;
    top: 18px;
    transform: rotate(-12deg);
}
.cta-toy-right {
    right: -30px;
    bottom: 18px;
    transform: rotate(14deg);
}
.cta-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.cta-title {
    font-size: 1.6rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.cta-discount {
    color: #ffd600;
    background: #e27a2a;
    border-radius: 12px;
    padding: 0.2rem 0.7rem;
    font-size: 1.1em;
    font-weight: 700;
}
.cta-form {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.cta-input {
    padding: 0.7rem 1.2rem;
    border-radius: 24px;
    border: none;
    font-size: 1.08rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(226,122,42,0.08);
    outline: none;
    min-width: 220px;
}
.cta-btn {
    background: linear-gradient(90deg, #e27a2a 0%, #ffd600 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 0.7rem 2.2rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.cta-btn:hover {
    background: linear-gradient(90deg, #ffd600 0%, #e27a2a 100%);
    color: #e27a2a;
}
@media (max-width: 900px) {
    .cta-newsletter {
        padding: 2.2rem 0.5rem 2.2rem 0.5rem;
    }
    .cta-title {
        font-size: 1.15rem;
    }
    .cta-toy {
        width: 60px;
    }
}
.promotions {
    background: #fff8f0;
    padding: 3rem 1rem 3rem 1rem;
    margin: 0 auto 3rem auto;
    max-width: 1200px;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(226,122,42,0.06);
}
.promotions-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    margin-bottom: 2.2rem;
    font-weight: 700;
}
.promotions-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
}
.promotion-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(226,122,42,0.08);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promotion-img-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion-img {
    width: 160px;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(226,122,42,0.10);
}
.promotion-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.4rem 1.1rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(226,122,42,0.10);
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}
.badge-red {
    background: linear-gradient(90deg, #ff3b3b 0%, #ffb3b3 100%);
}
.badge-yellow {
    background: linear-gradient(90deg, #ffd600 0%, #fff7b3 100%);
    color: #e27a2a;
}
.promotion-badge:hover {
    animation: shake 0.4s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes shake {
    10%, 90% { transform: translateX(-2px); }
    20%, 80% { transform: translateX(4px); }
    30%, 50%, 70% { transform: translateX(-8px); }
    40%, 60% { transform: translateX(8px); }
}
.promotion-desc {
    font-size: 0.98rem;
    color: #555;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
.promotion-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(226,122,42,0.08);
    margin-bottom: 1rem;
}
.promotion-price del {
    color: #aaa;
    margin-right: 0.5rem;
}
@media (max-width: 900px) {
    .promotions-row {
        grid-template-columns: 1fr;
    }
}
.reviews {
    background: #f8f9fb;
    padding: 3rem 1rem 3rem 1rem;
    margin: 0 auto 3rem auto;
    max-width: 1200px;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
}
.reviews-title {
    text-align: center;
    font-size: 2rem;
    color: #2a7ae2;
    margin-bottom: 2.2rem;
    font-weight: 700;
}
.reviews-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.review-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.08);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review-photo {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
    margin-bottom: 1rem;
    border: 3px solid #e2f0ff;
}
.review-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.7rem;
}
.review-name {
    font-weight: 600;
    color: #2a7ae2;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}
.review-stars {
    color: #e27a2a;
    font-size: 1.1rem;
    letter-spacing: 2px;
}
.review-text {
    font-size: 0.98rem;
    color: #555;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
@media (max-width: 900px) {
    .reviews-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .review-card {
        width: 100%;
        max-width: 320px;
    }
}
.why-us {
    background: #f8f5f1;
    padding: 3rem 1rem 3rem 1rem;
    margin: 0 auto 3rem auto;
    max-width: 1200px;
    border-radius: 32px;
    box-shadow: 0 2px 16px rgba(34,122,226,0.06);
}
.why-us-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    margin-bottom: 2.2rem;
    font-weight: 700;
}
.why-us-row {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.why-us-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    background: none;
    border-radius: 24px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.why-us-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(34,122,226,0.10);
}
.why-us-text {
    text-align: center;
    font-size: 1.08rem;
    color: #555;
    font-weight: 500;
    margin: 0;
}
@media (max-width: 900px) {
    .why-us-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .why-us-card {
        width: 100%;
        max-width: 320px;
    }
}
.new-arrivals {
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
}
.new-arrivals-title {
    text-align: center;
    font-size: 2rem;
    color: #2a7ae2;
    margin-bottom: 2rem;
    font-weight: 700;
}
.new-arrivals-desc {
    text-align: center;
    font-size: 1.08rem;
    color: #555;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}
.new-arrivals-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
}
.new-arrival-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 260px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.new-arrival-card.scroll-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.new-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.3rem 1rem;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    z-index: 2;
}
.new-arrival-img {
    width: 180px;
    height: auto;
    object-fit: cover;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    margin-bottom: 1rem;
}
.new-arrival-card h3 {
    font-size: 1.1rem;
    color: #2a7ae2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.new-arrival-desc {
    font-size: 0.98rem;
    color: #555;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
.new-arrival-price {
    display: inline-block;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 1rem;
}
@media (max-width: 900px) {
    .new-arrivals-row {
        grid-template-columns: 1fr;
    }
}
.bestseller-desc {
    font-size: 0.98rem;
    color: #555;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
.bestsellers-desc {
    text-align: center;
    font-size: 1.08rem;
    color: #555;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}
.collections-desc {
    text-align: center;
    font-size: 1.08rem;
    color: #555;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}
.bestsellers {
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
}
.bestsellers-title {
    text-align: center;
    font-size: 2rem;
    color: #e27a2a;
    margin-bottom: 2rem;
    font-weight: 700;
}
.bestsellers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
}
.bestseller-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 260px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bestseller-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    z-index: 2;
}
.bestseller-img {
    width: 200px;
    height: auto;
    object-fit: cover;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    margin-bottom: 1rem;
}
.bestseller-card h3 {
    font-size: 1.1rem;
    color: #2a7ae2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.bestseller-price {
    display: inline-block;
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    margin-bottom: 1rem;
}
.bestseller-btn {
    display: inline-block;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.bestseller-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    box-shadow: 0 4px 16px rgba(226, 240, 255, 0.18);
}
@media (max-width: 900px) {
    .bestsellers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    .bestseller-card {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 600px) {
    .bestsellers-grid {
        grid-template-columns: 1fr;
    }
    .bestseller-card {
        width: 90vw;
    }
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.collection-desc {
    font-size: 0.98rem;
    color: #555;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
.collections {
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
}
.collections-title {
    text-align: center;
    font-size: 2rem;
    color: #2a7ae2;
    margin-bottom: 2rem;
    font-weight: 700;
}
.collections-row {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.collection-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.10);
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    text-align: center;
    width: 220px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.collection-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(34,122,226,0.18);
    z-index: 2;
}
.collection-img {
    width: 200px;
    height: auto;
    object-fit: cover;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    margin-bottom: 1rem;
}
.collection-card h3 {
    font-size: 1.15rem;
    color: #e27a2a;
    margin-bottom: 1rem;
    font-weight: 600;
}
.collection-btn {
    display: inline-block;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(34,122,226,0.08);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.collection-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    box-shadow: 0 4px 16px rgba(226, 240, 255, 0.18);
}
@media (max-width: 900px) {
    .collections-row {
        gap: 1rem;
    }
    .collection-card {
        width: 45vw;
        min-width: 160px;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 600px) {
    .collections-row {
        flex-direction: column;
        align-items: center;
    }
    .collection-card {
        width: 90vw;
    }
}
.hero-banner-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #ffe4ec 0%, #fffbe8 50%, #e2f0ff 100%);
    z-index: 1;
    overflow: hidden;
}
.hero-banner-bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(3.2);
    opacity: 0.95;
    filter: blur(2px) drop-shadow(0 8px 32px rgba(226, 240, 255, 0.25));
    border-radius: 48px;
    pointer-events: none;
}
@media (max-width: 900px) {
    .hero-banner-bg-img {
        width: 350px;
        border-radius: 32px;
    }
}
.hero-banner {
    position: relative;
    width: 100vw;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 2rem;
}
.hero-banner-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #ffe4ec 0%, #fffbe8 50%, #e2f0ff 100%);
    z-index: 1;
}
.hero-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem 2rem 1rem;
    text-align: center;
}
.hero-banner-img {
    width: 100%;
    max-width: 420px;
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(226, 240, 255, 0.25);
    margin-bottom: 2rem;
}
.hero-banner-title {
    font-size: 2.3rem;
    color: #e27a2a;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(34,122,226,0.08);
}
.hero-banner-btn {
    display: inline-block;
    background: linear-gradient(90deg, #e2f0ff 0%, #ffe4ec 100%);
    color: #2a7ae2;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 0.8rem 2.2rem;
    border: none;
    border-radius: 32px;
    box-shadow: 0 2px 12px rgba(34,122,226,0.10);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.hero-banner-btn:hover {
    background: linear-gradient(90deg, #ffe4ec 0%, #e2f0ff 100%);
    color: #e27a2a;
    box-shadow: 0 4px 24px rgba(226, 240, 255, 0.18);
}
@media (max-width: 600px) {
    .hero-banner-title {
        font-size: 1.3rem;
    }
    .hero-banner-img {
        max-width: 90vw;
    }
    .hero-banner-content {
        padding: 2rem 0.5rem 1rem 0.5rem;
    }
}
.cart-icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}
.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(34,122,226,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.newsletter-popup-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(34,122,226,0.18);
    padding: 2rem 2.5rem;
    text-align: center;
    max-width: 350px;
    width: 90vw;
    position: relative;
    margin: 0 auto;
}
.newsletter-popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    color: #2a7ae2;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    transition: color 0.2s;
}
.newsletter-popup-close:hover,
.newsletter-popup-close:focus {
    color: #e27a2a;
}
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f8fa;
    color: #222;
}
header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
 .logo-container {
     display: flex;
     justify-content: center;
     align-items: center;
     padding-top: 1rem;
     padding-bottom: 0.5rem;
 }
 .logo {
     height: 60px;
     max-width: 90vw;
     display: block;
     margin: 0 auto;
     filter: drop-shadow(0 2px 8px rgba(34,122,226,0.08));
 }
nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 1rem 2rem;
    gap: 1.5rem;
    justify-content: center;
}

.menu-toggle {
    display: none;
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.menu-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    position: relative;
}
.menu-icon::before, .menu-icon::after, .menu-icon {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 32px;
    height: 4px;
    background: #2a7ae2;
    border-radius: 2px;
    transition: 0.3s;
}
.menu-icon {
    top: 14px;
}
.menu-icon::before {
    top: 6px;
}
.menu-icon::after {
    top: 12px;
}
.menu-toggle.active .menu-icon {
    background: transparent;
}
.menu-toggle.active .menu-icon::before {
    transform: translateY(4px) rotate(45deg);
    top: 4px;
}
.menu-toggle.active .menu-icon::after {
    transform: translateY(-4px) rotate(-45deg);
}
.menu-toggle.active .menu-icon {
    background: transparent;
}
.nav-list {
    transition: max-height 0.3s, opacity 0.3s;
}
@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }
    nav ul.nav-list {
        flex-direction: column;
        gap: 0.5rem;
        background: #fff;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        box-shadow: 0 4px 16px rgba(34,122,226,0.08);
        border-radius: 0 0 16px 16px;
        z-index: 9;
    }
    nav ul.nav-list.open {
        max-height: 500px;
        opacity: 1;
        padding: 1rem 2rem;
    }
}
nav a {
    text-decoration: none;
    color: #2a7ae2;
    font-weight: 500;
    transition: color 0.2s;
}
nav a:hover {
    color: #e27a2a;
}
.hero {
    text-align: center;
    padding: 4rem 2rem 2rem 2rem;
    background: linear-gradient(90deg, #e2f0ff 0%, #fff 100%);
    border-radius: 0 0 24px 24px;
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.2rem;
    color: #555;
}
main {
    min-height: 60vh;
}
footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
    font-size: 0.95rem;
}
footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 2rem 1rem 1rem 1rem;
    font-size: 0.95rem;
}
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 1.5rem auto;
    text-align: left;
}
.footer-col {
    flex: 1 1 180px;
    min-width: 180px;
    max-width: 240px;
}
.footer-col h3 {
    font-size: 1.1rem;
    color: #2a7ae2;
    margin-bottom: 0.7rem;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col a {
    color: #2a7ae2;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-col a:hover {
    color: #e27a2a;
}
.footer-nav li,
.footer-policies li {
    margin-bottom: 0.4rem;
}
.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-direction: column;
}
.newsletter-form input[type="email"] {
    flex: 1;
    padding: 0.4rem 0.7rem;
    border: 1px solid #2a7ae2;
    border-radius: 4px;
    font-size: 1rem;
}
.newsletter-form button {
    background: #2a7ae2;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form button:hover {
    background: #e27a2a;
}
.footer-copyright {
    text-align: center;
    font-size: 0.95rem;
    color: #555;
    margin-top: 1rem;
}
@media (max-width: 900px) {
    .footer-columns {
        flex-direction: column;
        gap: 1.2rem;
        align-items: stretch;
    }
    .footer-col {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
     .logo {
         height: 40px;
     }
    nav ul, footer ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .hero {
        padding: 2rem 1rem;
    }
}
