@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,900;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;1,600&display=swap');

body{
    font-family: "Jost", sans-serif;
    font-weight:400;
}
a{
    transition: transform 0.3s, text-underline-offset 0.3s, text-decoration-color 0.3s;
}
a:hover{
    transform: translateY(-3px);
}
button{
    min-height: auto;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: inherit;
}
button.dq-gs-73{
transition: transform 0.3s, text-underline-offset 0.3s, text-decoration-color 0.3s;
cursor: pointer;
}
button.dq-gs-73:hover{
  transform: translateY(-3px);   
}
.dq-gs-457 button{
transition: transform 0.3s, text-underline-offset 0.3s, text-decoration-color 0.3s;
cursor: pointer;
}
.dq-gs-457 button:hover{
     transform: translateY(-3px);  
}
footer a{
    display: inline-block;
}
form.cart.cart_group.bundle_form.layout_default .bundled_product {
    display: none;
}
.dq-gs-525 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.dq-gs-242.active .dq-gs-525 {
    display: block;
}

.dq-gs-244 {
    display: inline-block;
}
.bundle_button {
    display: flex;
    gap: 20px;
}
.wp-site-blocks {
    display: none;
}
.single-product form.cart {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
}
.woopq-quantity button {
    margin: 0;
}
.quantity.woopq-quantity {
    border: 1px solid rgb(107, 16, 48) !important;
    height: 56px;
    min-width: 145px;
    flex: auto;
    justify-content: center;
}
button.single_add_to_cart_button {
    flex: auto;
    width: 100%;
}
.woocommerce .quantity .qty {
    width: 50px !important;
    height: 56px !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
}
.woopq-quantity input.qty{
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    box-shadow: none !important;
}
.lft-cate {
    width: 80%;
}
h3.dq-gs-440 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
body.archive .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: flex-start;
    max-width: 100% !important;
}
body.archive .products .dq-gs-14 {
    width: 33% !important;
    padding-bottom: 30px !important;
    height: stretch;
}
body.archive .products .dq-gs-14 img {
    width: 100%;
}
span.woocommerce-Price-amount.amount {
    font-weight: 500;
    color: rgb(107, 16, 48) !important;
}
a.dq-shop-cardimg.dq-gs-539 {
    display: block;
    height: 100%;
}
body.archive ul.products.columns-4 {
    flex-wrap: wrap;
    justify-content: flex-start;
}
body.archive ul.products.columns-4 .dq-gs-14 {
    width: 33% !important;
    padding-bottom: 30px !important;
    height: stretch;
}
.dq-gs-536 {
    background: rgb(243, 236, 221);
    height: 320px !important;
}

.dq-gs-536 img {
    height: 100%;
    object-fit: cover;
}

.dq-gs-386 span.woocommerce-Price-amount.amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #6B1030;
}
div.woocommerce-Reviews {
    background: #fbeee6;
    padding: 40px !important;
    border-radius: 5px;
    width: 50%;
    margin: auto;
    margin-top: 50px;
}
div.woocommerce-Reviews p.comment-form-comment label {
    width: 100%;
    display: block;
}
label.dq-gs-93 {
    width: 100%;
}
p.stock {
    display: none !important;
}

    /* ==============================
       DESKTOP MEGA MENU
    ================================ */

section.dq-shop-sec {
    max-width: 1140px;
    margin: auto;
    padding: 50px 20px;
}
.dq-products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.dq-products-grid li.product {
    list-style: none;
    height: stretch;
    width: 30%;
}

    .dq-gs-25{
        height: 76px !important;
    }
    .dq-desktop-nav {
        display: flex;
        align-items: center;
        gap: 38px;
    }

    .dq-shop-menu {
        position: static;
    }

    .dq-shop-trigger {
        background: none;
        border: 0;
        padding: 25px 0;
        cursor: pointer;
    }
    /* =========================
       MEGA MENU
    ========================= */

    .dq-mega-menu {
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease;
        position: absolute;
    top: 97%;
    left: 0;
    right: 0;
    background: #FBF3EF;
    border-top: 1px solid rgba(107, 16, 48, 0.1);
    box-shadow: 0 24px 40px rgba(107, 16, 48, 0.09);
    z-index: 50;
    padding: 0px 60px;
    padding-top: 25px;
    padding-bottom: 25px;
     min-height: 313px;
     justify-content: center;
    }

    .dq-shop-menu:hover .dq-mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }


    /* Main wrapper */

    .dq-mega-menu {
        position: absolute;
    }

    .dq-mega-menu {
        display: flex;
        align-items: center;
    }

    /* Slider viewport */

    .dq-mega-slider {
        width: 100%;
        overflow: hidden;
        padding: 32px 70px 38px;
    }

    /* ONE LINE */

    .dq-mega-track {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 55px;

        width: max-content;

        transition: transform .35s ease;
    }
    /* =========================
       ARROWS
    ========================= */

    .dq-mega-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #6B1030;
        font-size: 24px;
        line-height: 40px;
        padding: 0;
        cursor: pointer;
        z-index: 5;
        display: none;
        align-items: center;
        justify-content: center;
        transition: all .2s ease;
    }

    /* Left */

    .dq-mega-prev {
        left: 20px;
    }


    /* Right */

    .dq-mega-next {
        right: 20px;
    }
    /* Make sure parent doesn't clip it */

    .dq-gs-20,
    .dq-desktop-nav {
        overflow: visible;
    }   
    .dq-shop-menu.is-open .dq-mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    a.dq-gs-16.dq-gs-16 {
    display: block;
}
a.dq-mega-item.dq-gs-515 {
    overflow: visible;
    text-decoration: none !important;
    height: auto;
    width: auto;
}
a.dq-mega-item.dq-gs-515 img.dq-gs-34 {
    border-radius: 50%;
}
span.dq-mega-title.dq-gs-35 {
    text-align: center;
    display: block;
    word-wrap: break-word;
    white-space: initial;
    margin-top: 16px;
}
.dq-mega-image.sc-host-x {
    width: 148px;
    height: 148px;
}
    .dq-category-banner{

background-size:cover;

background-position:center;

display:flex;

align-items:flex-end;

justify-content:flex-end;

}

.dq-category-overlay h1{

color:#fff;

font-size:54px;

font-weight:500;

margin:0;

}

section.dq-category-banner {
    height: 340px;
    padding: 40px 64px;
}
.dq-category-overlay h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.1;
    color: rgb(255, 253, 251);
    text-align: right;
}

/* ==================================================
   DERMATIQUE x OHANA
================================================== */

.dq-cl-hero {
    background: #FFFDFB;
}

.dq-cl-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.dq-cl-hero-wrap {
    padding: 56px 64px 96px;
}

.dq-cl-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.dq-cl-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: .28em;
    color: #6B1030;
    font-weight: 500;
    margin-bottom: 26px;
}

.dq-cl-lock {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(6px, 2vw, 18px);

    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #6B1030;
}

.dq-cl-lock > span:not(.dq-cl-x) {
    font-size: clamp(21px, 3.1vw, 34px);
    letter-spacing: .01em;
    white-space: nowrap;
}

.dq-cl-x {
    font-size: clamp(17px, 2.5vw, 28px);
    font-weight: 500;
    white-space: nowrap;
    opacity: .5;

    animation: dqXSpin 3s linear infinite;
}

@keyframes dqXSpin {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

.dq-cl-description {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #4A3F3B;

    margin: 30px 0 0;
    max-width: 480px;
}

.dq-cl-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.dq-cl-cta a {
    display: inline-block;

    background: #FFFDFB;
    border: 1px solid rgba(107,16,48,.35);

    color: #6B1030;

    font-family: 'Jost', sans-serif;
    font-size: 11px;
    letter-spacing: .18em;

    text-decoration: none;

    padding: 15px 26px;

    white-space: nowrap;

    transition:
        border-color .2s ease,
        transform .2s ease,
        background .2s ease;
}

.dq-cl-cta a:hover {
    border-color: #6B1030;
    background: #F6E9E3;
    transform: translateY(-2px);
}

.dq-cl-cta a:active {
    transform: translateY(1px) scale(.985);
}


/* ==================================================
   HERO IMAGE
================================================== */

.dq-cl-img {
    height: 620px;
    background: #EFE7E1;
    overflow: hidden;
}

.dq-cl-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dq-cl-image-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #6B1030;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
}
.dq-cl-image-placeholder img{
     height: 100%;
     object-fit: cover;
}

/* ==================================================
   SECTIONS
================================================== */

.dq-cl-sec {
    background: #EFE7E3;
    padding: 0 0 20px;
    scroll-margin-top: 90px;
}

.dq-cl-showcase {
    display: grid;

    grid-template-columns:
        1.32fr 1fr;

    gap: 20px;

    align-items: stretch;

    max-width: 1280px;

    margin: 0 auto;

    padding: 20px;
}

.dq-cl-showcase-rev {
    grid-template-columns:
        1fr 1.32fr;
}


/* ==================================================
   CAMPAIGN IMAGE
================================================== */

.dq-cl-campaign {
    position: relative;

    width: 100%;

    align-self: start;

    aspect-ratio: 3 / 4;

    background: #E4DCD6;

    overflow: hidden;
}

.dq-cl-campaign > img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: 50% 26%;
}

.dq-cl-camcap {
    position: absolute;

    bottom: 0;
    left: 0;
    right: 0;

    padding: 44px 36px 36px;

    background:
        linear-gradient(
            to top,
            rgba(70,10,28,.62),
            rgba(70,10,28,0)
        );

    pointer-events: none;
}

.dq-cl-camcap > div {
    font-family: 'Cormorant Garamond', serif;

    font-weight: 600;

    font-size: 34px;

    line-height: 1.12;

    color: #FFFDFB;
}

.dq-cl-camcap span {
    display: block;

    font-family: 'Jost', sans-serif;

    font-size: 11px;

    letter-spacing: .24em;

    color: rgba(255,253,251,.85);

    margin-top: 10px;
}


/* ==================================================
   PRODUCT GRID
================================================== */

.dq-cl-cardgrid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    grid-template-rows:
        1fr 1fr auto;

    height: 100%;

    gap: 20px;

    min-height: 0;
}


/* ==================================================
   PRODUCT CARD
================================================== */

.dq-cl-cell {
    display: flex;

    flex-direction: column;

    min-width: 0;
    min-height: 0;

    background: #FFFDFB;

    transition:
        transform .35s ease;
        justify-content: space-between;
}

.dq-cl-cell:hover {
    transform: translateY(-3px);
}


/* ==================================================
   PRODUCT IMAGE
================================================== */

.dq-cl-cardimg {
    position: relative;

    flex: 1;

    width: 100%;

    max-height: 190px !important;
    background: #fff;

    background: #EFE7E1;

    overflow: hidden;
}

.dq-cl-product-image {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.dq-cl-cardimg img {
    width: 100%;
    height: 190px;

    display: block;

    object-fit: cover;

    transition:
        transform .45s ease;
}

.dq-cl-cell:hover .dq-cl-cardimg img {
    transform: scale(1.035);
}


/* ==================================================
   BADGE
================================================== */

.dq-cl-badge {
    position: absolute;

    top: 14px;
    right: 14px;

    background: #FFFDFB;

    color: #6B1030;

    font-family: 'Jost', sans-serif;

    font-size: 10px;

    letter-spacing: .14em;

    padding: 6px 12px;
}


/* ==================================================
   PRODUCT INFO
================================================== */

.dq-cl-cardinfo {
    flex: 0 0 auto;

    display: flex;

    flex-direction: column;

    padding: 18px 20px 20px;
}

.dq-cl-rating {
    color: #6B1030;

    font-size: 11px;

    letter-spacing: 2px;

    margin-bottom: 8px;
}

.dq-cl-rating .star-rating {
    font-size: 11px;
}

.dq-cl-rating-empty {
    opacity: .8;
}


/* ==================================================
   PRODUCT NAME
================================================== */

.dq-cl-product-name {
    font-family: 'Cormorant Garamond', serif;

    font-weight: 600;

    font-size: 22px;

    line-height: 1.2;

    color: #6B1030;

    text-decoration: none;

    display: block;

    transition:
        transform .3s ease;

}

.dq-cl-product-name:hover {
    transform: translateY(-3px);
}


/* ==================================================
   PRICE
================================================== */

.dq-cl-price {
    font-family: 'Jost', sans-serif;

    font-size: 15px;

    font-weight: 500;

    color: #6B1030;

    margin-top: 6px;
}

.dq-cl-price del {
    opacity: .55;
    margin-right: 5px;
}

.dq-cl-price ins {
    text-decoration: none;
}


/* ==================================================
   NOTE
================================================== */

.dq-cl-note {
    font-family: 'Jost', sans-serif;

    font-size: 13px;

    line-height: 1.5;

    color: #4A3F3B;

    margin: 8px 0 16px;
}


/* ==================================================
   ADD TO CART
================================================== */

.dq-cl-addbtn {
    width: 100%;

    overflow: hidden;
    margin-top: 10px;

    padding: 15px;

    border: 1px solid rgba(107,16,48,.35);

    cursor: pointer;

    background: #FFFDFB;

    color: #6B1030;

    font-family: 'Jost', sans-serif;

    font-size: 11px;

    letter-spacing: .16em;

    font-weight: 500;

    text-align: center;
    text-transform: uppercase;

    text-decoration: none;

    white-space: nowrap;

    transition:
        border-color .35s ease,
        transform .35s ease,
        background .35s ease;
}

.dq-cl-addbtn:hover {
    border-color: #6B1030;

    background: #F6E9E3;

    transform: translateY(-2px);
}


/* ==================================================
   VIEW ALL
================================================== */

.dq-cl-viewall {
    grid-column: 1 / -1;

    display: flex;

    justify-content: flex-end;

    padding-top: 4px;
}

.dq-cl-viewall a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #6B1030;

    font-family: 'Jost', sans-serif;

    font-size: 11px;

    letter-spacing: .18em;

    text-decoration: none;

    border-bottom: 1px solid rgba(107,16,48,.35);

    padding-bottom: 5px;

    transition:
        border-color .35s ease,
        gap .35s ease;
}

.dq-cl-viewall a:hover {
    border-color: #6B1030;
    gap: 16px;
}

.dq-cl-arrow {
    font-size: 14px;

    display: inline-block;

    animation:
        dqArrowNudge 2.8s ease-in-out infinite;
}

@keyframes dqArrowNudge {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 900px) {

    .dq-cl-hero-wrap {
        padding: 40px 24px 60px;
    }

    .dq-cl-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .dq-cl-img {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .dq-cl-showcase,
    .dq-cl-showcase-rev {
        grid-template-columns: 1fr;
        padding: 12px;
        gap: 14px;
    }

    .dq-cl-showcase-rev .dq-cl-cardgrid {
        order: 2;
    }

    .dq-cl-showcase-rev .dq-cl-campaign {
        order: 1;
    }

    .dq-cl-cardgrid {
        gap: 14px;
    }

}


@media (max-width: 600px) {

    .dq-cl-hero-wrap {
        padding: 32px 16px 50px;
    }

    .dq-cl-lock {
        gap: 7px;
    }

    .dq-cl-lock > span:not(.dq-cl-x) {
        font-size: 21px;
    }

    .dq-cl-x {
        font-size: 18px;
    }

    .dq-cl-description {
        font-size: 16px;
    }

    .dq-cl-cta {
        flex-direction: column;
    }

    .dq-cl-cta a {
        width: 100%;
        text-align: center;
    }

    .dq-cl-cardgrid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .dq-cl-cardinfo {
        padding: 13px;
    }

    .dq-cl-product-name {
        font-size: 18px;
    }

    .dq-cl-note {
        font-size: 12px;
    }

    .dq-cl-addbtn {
        padding: 12px 8px;
        font-size: 9px;
        letter-spacing: .1em;
    }

    .dq-cl-camcap {
        padding: 30px 22px 24px;
    }

    .dq-cl-camcap > div {
        font-size: 28px;
    }

}

.dq-cl-note {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Change this number to your desired line count */
    overflow: hidden;
    margin-bottom: 0 !important;
}

.woopq-quantity-input {
    width: 120px;
    height: 45px;
    border: 0.2px solid #6B1030 !important;
}
.woopq-quantity-input input[type=number] {
    border: none !important;
}
.woopq-quantity input.qty {
    border: none !important;
    text-align: center;
    outline: none;
}
a.dq-gs-180 {
    text-decoration: none !important;
}

form.woocommerce-cart-form .dq-gs-182 {
    border: none;
}
form.woocommerce-cart-form .woopq-quantity-input-plus, form.woocommerce-cart-form .woopq-quantity-input-minus{
    font-size: 19px !important;
    font-weight: 300 !important;
}
.woopq-quantity-input-minus {
    position: relative;
}
.woopq-quantity-input-minus:after {
    content: '-';
}
/* side cart css start here */

body .xoo-wsc-basket[style*='block'] {
    display: none !important;
}

.xoo-wsch-basket {
    display: none !important;
}

.xoo-wsc-basket {
    display: none !important;
}
body span.xoo-wsch-text {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 26px;
    color: rgb(107, 16, 48);
}
span.xoo-wsch-close.xoo-wsc-icon-cross.xoo-wsch-icon {
    font-size: 21px;
    font-weight: 100;
}
.xoo-wsc-product {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.xoo-wsc-body {
    background: #fff !important;
}
.xoo-wsc-img-col {
    height: 58px;
    width: 58px !important;
}
span.xoo-wsc-pname {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    color: rgb(107, 16, 48);
}
span.xoo-wsc-smr-ptotal span {
    font-size: 14px;
    font-weight: 500;
    color: rgb(107, 16, 48);
    white-space: nowrap;
}
span.xoo-wsc-smr-ptotal bdi {
    font-size: 14px;
    font-weight: 500;
    color: rgb(107, 16, 48);
    white-space: nowrap;
}
.xoo-wsc-priceBox {
    display: none;
}
.xoo-wsc-sml-qty {
    font-size: 13px;
    color: rgb(74, 63, 59);
}
.xoo-wsc-header {
    border-bottom: 1px solid #eee !important;
}
.xoo-wsc-info-cont {
    display: none !important;
}
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal {
    display: flex;
    align-items: baseline;
}

span.xoo-wsc-footer-txt {
    display: none !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
    display: none !important;
}

.xoo-wsc-ft-buttons-cont {
    display: flex !important;
    flex-wrap: wrap;
}

.xoo-wsc-footer {
    box-shadow: none !important;
}

span.xoo-wsc-ft-amt-label {
    font-size: 12px;
    letter-spacing: 0.18em;
    color: rgb(107, 16, 48);
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.xoo-wsc-ft-amt-value span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 24px !important;
    color: rgb(107, 16, 48);
}

body a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    display: block;
    text-align: center;
    border: 1px solid rgba(107, 16, 48, 0.35);
    color: rgb(107, 16, 48);
    font-size: 12px !important;
    letter-spacing: 0.2em;
    text-decoration: none;
    padding: 15px;
    transition: border-color 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    order: 2;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
    display: block;
    text-align: center;
    border: 1px solid rgba(107, 16, 48, 0.35);
    color: #fff;
    font-size: 12px !important;
    letter-spacing: 0.2em;
    text-decoration: none;
    padding: 15px;
    transition: border-color 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    background: rgb(107, 16, 48);
    border-radius: 0;
    margin: auto;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout span.woocommerce-Price-amount.amount {
    display: none;
}

/* side cart css end here */


.dq-gs-446 ins {
    text-decoration: none;
}
a.dq-shop-trigger.dq-gs-23 {
    position: relative;
    top: 0px;
    transition: transform 0.3s, text-underline-offset 0.3s, text-decoration-color 0.3s;
    display: inline-block;
    padding: 0;
}
nav.dq-desktop-nav.dq-gs-22 a.dq-gs-23 {
    padding: 30px 0px;
}
a.dq-shop-trigger.dq-gs-23:hover{
transform: translateY(-3px);
}   

a.dq-gs-5 {
    display: inline-block;
}

.best-product a.dq-shop-cardimg.dq-gs-539 {
    height: auto;
}
body .dq-gs-446 {
    margin: 0;
    min-height: 0;
}
span.woocommerce-Price-currencySymbol {
    padding-left: 4px;
}
.dq-gs-353 h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.03;
    color: rgb(107, 16, 48);
    margin: 0;
}

.dq-gs-353 h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.03;
    color: rgb(107, 16, 48);
}

.dq-gs-353 p {
    font-size: 17px;
    line-height: 1.6;
    color: rgb(74, 63, 59);
    max-width: 480px;
}

.dq-gs-353 p em {
    font-size: 17px;
    line-height: 1.6;
    color: rgb(107, 16, 48);
    font-weight: 400 !important;
}

.dq-gs-353 ul li strong {
    color: rgb(107, 16, 48);
}

.single-product .woopq-quantity-input {
    border: 1px solid rgb(107, 16, 48) !important;
    height: 56px;
    width: 145px;
}

.single-product .woopq-quantity-input input.qty {
    height: 50px !important;
}

.dq-gs-242 .dq-gs-353 p {
    font-size: 15px;
}


.sing-cart {
    display: flex;
    gap: 20px;
}
.single-product .list-pro span.woocommerce-Price-amount.amount {
    font-size: 12px;
    font-family: 'Jost', sans-serif;
}
.list-pro button.single_add_to_cart_button:hover  span.woocommerce-Price-amount.amount {
    color: #6B1030;
}
span.xoo-wsch-close.xoo-wsc-icon-cross.xoo-wsch-icon::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(107,16,48,1)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    display: block;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.dq-gs-192{
    text-decoration: none;
}
span.dq-gs-213 {
    display: none;
}
div#payment .form-row.place-order {
    padding: 0 !important;
}
h2.dq-gs-208 {
    display: none;
}
div#payment {
    color: rgb(107, 16, 48);
    width: 100%;
    background: transparent !important;
}
/*div#payment ul {
    display: none;
}
div#payment .woocommerce-terms-and-conditions-wrapper {
    display: none;
}*/
.payment_box.payment_method_cod p {
    color: rgb(107, 16, 48);
}
.woocommerce-privacy-policy-text p {
    color: rgb(107, 16, 48);
    font-size: 15px;
}
button#place_order {
    width: 100%;
    background: rgb(107, 16, 48);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 13px;
     transition: transform 0.3s, text-underline-offset 0.3s, text-decoration-color 0.3s;
}
button#place_order:hover{
    transform: translateY(-3px);
}
.dq-gs-525 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.dq-gs-242.active .dq-gs-525 {
    max-height: 1000px;
}

.dq-gs-243 {
    cursor: pointer;
}

.dq-gs-244 {
    transition: transform 0.3s ease;
}
.dq-gs-489{
    text-decoration: none;
    display: inline-block;
}
.dq-gs-542 {
    width: 0;
    transition: width 0.05s linear;
}
.dq-gs-468 {
    transition: stroke-dashoffset 0.05s linear;
}
.fix-recom {
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}
.dq-gs-541 ins {
    text-decoration: none;
}
.dq-gs-3 {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
a.dq-gs-5 {
    text-decoration: underline;
}

.dq-pdp-desc.dq-gs-360 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dq-pdp-desc.dq-gs-360 p{
    margin-top: 0;
}
.dq-pdp-desc.dq-gs-360 strong {
    font-weight: 400;
}
.dq-pdp-price.dq-gs-359 ins {
    text-decoration: none;
}
.dq-gs-535 p {
    font-size: 15px !important;
}

.dq-gs-535 strong {
    font-weight: 400;
}
.sing-cart div.cart {
    width: 100%;
}

del span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    padding-left: 0;
}
.xoo-wsc-psavings {
    border-color: #6b1030 !important;
}
.xoo-wsc-psavings span {
    color: #6b1030 !important;
}
.xoo-wsc-product.xoo-wsc-is-child.xoo-wsc-bundled_by {
    border-bottom: 1px solid #eee;
}
.xoo-wsc-psavings bdi {
    color: #6b1030 !important;
}
.dq-cl-addbtn ins {
    display: block;
}
.dq-cl-addbtn span.amount {
    font-weight: normal !important;
}
.dq-cl-addbtn ins span.amount {
    font-weight: normal !important;
}
.dq-cl-rating .star-rating::before {
    font-size: 7px;
    letter-spacing: 3px;
    opacity: .8;
}
.dq-cl-rating .star-rating span::before {
    color: #6B1030;
    font-size: 7px !important;
    letter-spacing: 3px;
    opacity: .8;
}
.dq-cl-price span.woocommerce-Price-amount.amount {
    font-weight: 500;
    color: #6B1030;
}
.shop-page-title.category-page-title.page-title {
    display: none;
}
.dq-gs-27 form {
    margin: 0;
}

input.dq-gs-28 {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
}
.banner-pro .breadcrumbs {
    display: none;
}

.banner-pro h1.entry-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.1;
    color: rgb(255, 253, 251);
    text-align: right;
    padding-right: 30px !important;
}
.banner-pro .container {
    max-width: 100%;
}
.row.main-product {
    max-width: 1272px !important;
    margin: 50px auto !important;
}
.row.row-main {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.row.row-main .large-12.col {
    padding: 0;
}
p.name.product-title.woocommerce-loop-product__title {
    height: auto !important;
}
.row.main-product .box-text {
    text-align: left;
    height: 240px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row.main-product .box-text div {
    margin: 0;
}

.row.main-product .box-text a.woocommerce-LoopProduct-link {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.12;
    color: #6B1030;
    margin: 10px 0 12px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row.main-product .box-text .star-rating span::before {
    color: #6B1030;
    font-size: 10px;
    letter-spacing: 4px;
}

.row.main-product .box-text .star-rating::before {
    color: #6B1030;
    font-size: 10px;
    letter-spacing: 4px;
}
.row.main-product .box-text .add-to-cart-button .button {
    width: 100%;
    padding: 10px 16px !important;
    border: 1px solid #6B1030;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    color: rgb(107, 16, 48) !important;
    text-decoration: none;
    background: transparent;
    height: 50px !important;
    box-shadow: none !important;
}

.row.main-product .box-image {
    width: 100% !important;
}
.dq-gs-12 {
    margin-bottom: 0 !important;
}
input.dq-gs-13 {
    margin: 0;
    width: 100%;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.dq-gs-12 form {
    width: 100%;
    margin: 0;
}

ul#menu-mobile-menu {
    list-style: none;
}

ul#menu-mobile-menu li a {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #6B1030;
    text-decoration: none;
}

button.dq-gs-15.mobile-shop-toggle{
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    height: auto !important;
    min-height: auto !important;
    padding: 0;
    margin-top: 20px;
}

input.dq-gs-72 {
    margin: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}
button#promo-close-btn {
    width: 34px !important;
    height: 34px !important;
    margin: 0;
    font-size: 20px;
    min-width: auto ! IMPORTANT;
    letter-spacing: 0;
    line-height: 1;
    padding: 1px 1px;
    min-height: 34px;
    font-weight: 100;
}
button#promo-open-btn {
    margin: 0;
}
button.dq-gs-266.dq-hov-106 {
    margin: 0;
    line-height: normal;
}

button#promo-close-btn2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: none;
    margin-top: 10px;
}

form.dq-gs-106 {
    margin: 0;
}

input.dq-gs-265 {
    border: 1px solid rgba(107, 16, 48, 0.4);
    background: transparent;
    outline: none;
    padding: 15px 16px;
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    color: rgb(107, 16, 48);
    text-align: center;
    box-shadow: none;
    margin: 0;
    height: 54px;
}
.dq-inline-search.dq-gs-27 {
    padding-bottom: 0;
}
.dq-inline-search.dq-gs-27 svg {
    width: 20px;
}
button#mobile-close {
    margin: 0;
    font-weight: 100;
}
.dq-gs-8 {
    min-width: 300px;
    width: 315px !important;
}

.dq-gs-513 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition:
        max-height 0.5s ease,
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
        display: block !important;
}
button.dq-gs-15.mobile-shop-toggle.active + .dq-gs-513 {
    max-height: 100%;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
button.dq-gs-371 {
    margin: 0;
    height: auto;
    min-height: auto;
    text-transform: unset;
    font-weight: 500;
    line-height: 0;
}
a.dq-shop-add.dq-gs-541 {
    padding: 16px;
    border: 1px solid #6B1030;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    font-weight: 500;
    white-space: nowrap;
    background: transparent !important;
    line-height: normal;
}

.dq-gs-260 {
    overflow: hidden;
}
.dq-gs-260 img {
    object-fit: cover;
}
.dq-gs-463{
    text-align: center;
}
.row.main-product .box-image img {
    min-height: 350px;
    display: block;
    max-height: 350px;
    object-fit: cover;
}
header .dq-inline-search.dq-gs-27 {
    display: none;
}

div#mobileMenu .dq-gs-12 {
    display: none;
}
.dq-pdp-ed-img.dq-gs-374 img {
    height: 100%;
    object-fit: cover;
}

button.dq-gs-401.dq-hov-180 {
    font-weight: normal;
    margin: 0;
    min-height: auto;
    height: auto;
    line-height: normal;
}
.dq-gs-476 .sc-host-x {
    height: 100%;
    object-fit: cover;
}
img#skiniq-photo {
    object-fit: cover;
}
button.skin-add-to-cart {
    width: 100%;
    padding: 10px 16px !important;
    border: 1px solid #6B1030;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    color: rgb(107, 16, 48) !important;
    text-decoration: none;
    background: transparent;
    height: 50px !important;
    box-shadow: none !important;
    margin-top: 20px;
}
img.dq-gs-34 {
    object-fit: cover;
}
form.wpcf7-form input {
    box-shadow: none !important;
    outline: none;
    background: transparent !important;
}
form.wpcf7-form select {
    box-shadow: none !important;
    outline: none;
    background: transparent !important;
}
form.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none;
    background: transparent !important;
}

h3.dq-gs-487 {
    height: 55px;
}



/* Responsive CSS Start HERE */

@media (max-width:767px){
h3.dq-gs-487 {
    height: auto;
}
.row.main-product .box-image img {
    min-height: 250px;
    display: block;
    max-height: 250px;
}
.row.main-product .box-text a.woocommerce-LoopProduct-link {
    font-size: 19px;
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.name.product-title.woocommerce-loop-product__title {
    height: auto !important;
}
.dq-pdp-mainimg.dq-gs-533 {
    aspect-ratio: auto !important;
}
dic.product-wrap {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: auto !important;
    gap: 16px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0 8px;
    flex-wrap: nowrap !important;
}
.dq-gs-14 {
    flex: 0 0 80% !important;
}
.dq-gs-3 {
    text-align: left;
    padding: 0;
}
button#announcement-close {
    right: -12px;
    font-size: 14px;
}
.row.main-product .box-text {
    justify-content: flex-end;
    height: 100% !important;
}
body.archive .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 14px !important;
}
.fix-recom {
   grid-template-columns: 1fr;
}
.dq-products-grid li.product {
    width: 100%;
}
.lft-cate {
    width: 100%;
}
.dq-shop-sort.dq-gs-436 form.woocommerce-ordering {
    width: 100% !important;
}
.dq-shop-sort.dq-gs-436 form.woocommerce-ordering select.orderby {
    width: 100%;
}
body.archive ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 14px !important;
}
body.archive ul.products.columns-4 .dq-gs-14 {
    width: 100% !important;
    height: stretch;
}
body.archive ul.products.columns-4::before {
    display: none;
}
body.archive ul.products.columns-4 .dq-shop-cardimg.dq-gs-539 {
    height: 230px !important;
}
body.archive ul.products.columns-4 .dq-shop-cardimg.dq-gs-539 img {
    height: 100%;
}
h3.dq-gs-440 {
    display: block !important;
    margin-top: 15px;
}
button.single_add_to_cart_button {
    padding-left: 0;
    padding-right: 0;
}   
div.woocommerce-Reviews {
    width: 100%;
}
.dq-gs-209 {
    display: block;
}
    
}


