@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap');

:root {
    --aplat-gris: #F5F5F5;
    --gray-color-1: #D9D9D9;
    --principal-color: #0D194F;
    --secondary-color: #FF6600;
    --universal-color: #FFFFFF;
    --aplat-blue: #EBEDF8;
    --st-font: "inter";
    --nd-font: "Lexend";
}

* {
    font-family: "Inter";
    box-sizing: border-box;
}

h1,
h2,
h3 {
    font-family: "Lexend";
}

h1,
h2,
h3,
p,
label,
div {
    /* margin: 0; */
    padding: 0;
    line-height: 1.5;
}

p,
span,
div,
a {
    color: var(--principal-color);
    font-weight: 400;
}

strong {
    color: var(--principal-color);
    font-weight: 700;
}

input,
textarea {
    background-color: var(--aplat-gris);
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-family: var(--st-font);
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: start;
    outline: none;
    width: 100%;
    color: var(--principal-color);
}

.pyr-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

label {
    color: var(--principal-color);
    font-weight: 400;
    font-size: 16px;
}

button {
    background-color: var(--secondary-color);
    padding: 16px 25px;
    border-radius: 45px;
    border: none;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: var(--universal-color);
    width: 100%;
}

.rounded-full {
    border-radius: 50%;
    background-color: var(--principal-color);
}

button {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
    color: var(--principal-color);
}

.cta {
    background-color: var(--secondary-color);
}


.product-view {
    display: none;
    padding-top: 20px;
}

.product-view .coupon {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-collapse>input:checked~.product-view {
    display: flex;
}

.product-collapse>input:checked~.product-view {
    margin-left: -75px;
    width: calc(100%+75px) !important;
    flex-direction: column;
    background-color: var(--universal-color);
    padding: 20px;
    border-radius: 30px;
    margin-top: 0px;
    gap: 7px;
    width: 100%;
    align-self: end;
}

.product-collapse label span.open {
    display: none;
}

.close.product-collapse-icon,
.cart-coupon-collapse .close {
    margin: 0 !important;
}

.product-collapse>input:checked~label span.open {
    display: flex !important;
}

.product-collapse>input:checked~label span.close {
    display: none;
}


.product-collapse>label {
    display: flex !important;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    margin-bottom: 0px;
}

.product-collapse>input {
    display: none;
}

.product-collapse-icon {
    width: 9px;
    height: 4.48px;
    display: flex;
}


.product-collapse {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.font-regular {
    font-weight: 300;
}

.ywcas-input-field .ywcas-submit-wrapper {
    background: #f5f5f5 !important;
    border: none !important;
}

.ywcas-input-field .ywcas-submit-wrapper:hover {
    background: #f5f5f5 !important;
    border: none !important;
}

.ywcas-input-field svg.ywcas-submit-icon {
    color: #0e194f !important;
}

.header-search {
    width: 388px !important;
}

.mobile-search input {

    background: white !important;
}

.single-post h2 {
    margin: 40px 0 16px !important;
}