:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-17750d2 */.torall-hero {
    width: 100%;
    min-height: 680px;

    background-image: url("http://torall.shop/wp-content/uploads/2026/08/Untitled-design-40-scaled.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    position: relative;
    display: flex;
    align-items: center;

    overflow: hidden;
}

/* No overlay / no gradient / no image effect */

.torall-hero-content {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 60px;

    position: relative;
    z-index: 2;

    box-sizing: border-box;
}


/* Small heading */

.torall-hero-small {
    color: #C8A66A;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 4px;
    text-transform: uppercase;

    margin-bottom: 18px;
}


/* Main heading */

.torall-hero h1 {
    color: #FFFFFF;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 64px;
    font-weight: 400;

    line-height: 1.08;
    letter-spacing: -1px;

    margin: 0 0 22px;
}


/* Subheading */

.torall-hero p {
    color: #FFFFFF;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;

    max-width: 500px;

    margin: 0 0 32px;
}


/* Button */

.torall-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    padding: 16px 26px;

    background: #5A2028;
    color: #FFFFFF !important;

    border: 1px solid #5A2028;

    text-decoration: none !important;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    transition: all 0.3s ease;
}


/* Arrow */

.torall-hero-button span {
    font-size: 20px;
    line-height: 1;

    transition: transform 0.3s ease;
}


/* Button Hover */

.torall-hero-button:hover {
    background: #C8A66A;
    border-color: #C8A66A;

    color: #000000 !important;
}


.torall-hero-button:hover span {
    transform: translateX(5px);
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 1024px) {

    .torall-hero {
        min-height: 600px;
        background-position: center center;
    }

    .torall-hero-content {
        padding: 50px 40px;
    }

    .torall-hero h1 {
        font-size: 54px;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {

    .torall-hero {
        min-height: 620px;

        align-items: flex-end;

        background-position: 62% center;
    }

    .torall-hero-content {
        padding: 40px 22px 50px;
    }

    .torall-hero-small {
        font-size: 10px;
        letter-spacing: 3px;

        margin-bottom: 12px;
    }

    .torall-hero h1 {
        font-size: 40px;

        line-height: 1.1;
        letter-spacing: -0.5px;

        margin-bottom: 16px;
    }

    .torall-hero p {
        font-size: 14px;
        line-height: 1.65;

        max-width: 380px;

        margin-bottom: 25px;
    }

    .torall-hero-button {
        padding: 14px 20px;

        font-size: 10px;
        letter-spacing: 1.2px;
    }
}


/* =========================
   SMALL MOBILE
   ========================= */

@media (max-width: 480px) {

    .torall-hero {
        min-height: 580px;

        background-position: 64% center;
    }

    .torall-hero-content {
        padding: 30px 20px 40px;
    }

    .torall-hero h1 {
        font-size: 35px;
    }

    .torall-hero p {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b403e5 *//* =========================================
   TORALL PRODUCT SECTION
========================================= */

.torall-products-section {
    width: 100%;
    background: #F7F3EE;
    padding: 90px 30px 100px;
    box-sizing: border-box;
}


/* =========================================
   HEADING
========================================= */

.torall-products-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.torall-products-heading span {
    display: block;
    color: #C8A66A;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.torall-products-heading h2 {
    margin: 0 0 17px;
    color: #241C1B;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.1;
}

.torall-products-heading p {
    max-width: 550px;
    margin: 0 auto;
    color: #716762;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   PRODUCT GRID
========================================= */

.torall-products-grid {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


/* Center the products */

.torall-products-grid ul.products {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;

    gap: 25px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   PRODUCT CARD
========================================= */

.torall-products-grid ul.products li.product {
    float: none !important;

    width: calc(33.333% - 17px) !important;
    max-width: 385px !important;

    margin: 0 !important;
    padding: 0 0 25px !important;

    background: #FFFFFF;

    border: 1px solid rgba(90, 32, 40, 0.08);

    text-align: center;

    position: relative;

    overflow: hidden;

    box-sizing: border-box;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;

    animation: torallProductFade 0.8s ease both;
}


/* Stagger animation */

.torall-products-grid ul.products li.product:nth-child(1) {
    animation-delay: 0.10s;
}

.torall-products-grid ul.products li.product:nth-child(2) {
    animation-delay: 0.20s;
}

.torall-products-grid ul.products li.product:nth-child(3) {
    animation-delay: 0.30s;
}

.torall-products-grid ul.products li.product:nth-child(4) {
    animation-delay: 0.40s;
}


/* Card hover */

.torall-products-grid ul.products li.product:hover {
    transform: translateY(-10px);

    border-color: rgba(200, 166, 106, 0.45);

    box-shadow:
        0 18px 45px rgba(36, 28, 27, 0.13);
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.torall-products-grid ul.products li.product .woocommerce-loop-product__link {
    display: block;
    overflow: hidden;
}


.torall-products-grid ul.products li.product img {
    width: 100% !important;

    height: 390px !important;

    object-fit: cover;

    display: block;

    margin: 0 !important;

    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}


/* Image animation */

.torall-products-grid ul.products li.product:hover img {
    transform: scale(1.055);
}


/* =========================================
   PRODUCT INFORMATION
========================================= */

.torall-products-grid ul.products li.product .astra-shop-summary-wrap {
    padding: 21px 20px 0;
}


/* Category */

.torall-products-grid ul.products li.product .ast-woo-product-category,
.torall-products-grid ul.products li.product .product-category {
    color: #9A918B !important;

    font-size: 11px !important;
    font-weight: 500 !important;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 9px !important;
}


/* Product title */

.torall-products-grid ul.products li.product .woocommerce-loop-product__title {
    color: #241C1B !important;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1.45;

    margin: 0 10px 10px !important;

    transition: color 0.3s ease;
}


.torall-products-grid ul.products li.product:hover
.woocommerce-loop-product__title {
    color: #5A2028 !important;
}


/* =========================================
   PRICE
========================================= */

.torall-products-grid ul.products li.product .price {
    color: #5A2028 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    margin: 0 0 18px !important;
}


.torall-products-grid ul.products li.product .price del {
    color: #999999 !important;

    font-size: 13px;

    font-weight: 400;
}


.torall-products-grid ul.products li.product .price ins {
    color: #5A2028 !important;

    text-decoration: none;
}


/* =========================================
   ADD TO CART BUTTON
   SAME STYLE AS HERO
========================================= */

.torall-products-grid ul.products li.product .add_to_cart_button,
.torall-products-grid ul.products li.product .button {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 190px;

    padding: 15px 24px !important;

    background: #5A2028 !important;

    color: #FFFFFF !important;

    border: 1px solid #5A2028 !important;
    border-radius: 0 !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    letter-spacing: 1.4px;

    text-transform: uppercase;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* Button hover */

.torall-products-grid ul.products li.product
.add_to_cart_button:hover,
.torall-products-grid ul.products li.product
.button:hover {

    background: #C8A66A !important;

    color: #000000 !important;

    border-color: #C8A66A !important;

    transform: translateY(-2px);
}


/* =========================================
   REMOVE UNWANTED ASTRA EFFECTS
========================================= */

.torall-products-grid ul.products li.product
.add_to_cart_button.loading {
    opacity: 0.7;
}


.torall-products-grid ul.products li.product
.add_to_cart_button.added {
    background: #5A2028 !important;
    color: #FFFFFF !important;
}


/* Remove default product outline */

.torall-products-grid ul.products li.product a {
    text-decoration: none !important;
}


/* =========================================
   PRODUCT FADE ANIMATION
========================================= */

@keyframes torallProductFade {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .torall-products-section {
        padding: 75px 25px 85px;
    }

    .torall-products-heading h2 {
        font-size: 45px;
    }

    .torall-products-grid ul.products {
        gap: 20px !important;
    }

    .torall-products-grid ul.products li.product {
        width: calc(50% - 10px) !important;
        max-width: 400px !important;
    }

    .torall-products-grid ul.products li.product img {
        height: 360px !important;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .torall-products-section {
        padding: 60px 15px 70px;
    }

    .torall-products-heading {
        margin-bottom: 38px;
    }

    .torall-products-heading span {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .torall-products-heading h2 {
        font-size: 38px;
    }

    .torall-products-heading p {
        font-size: 13px;
        line-height: 1.65;
    }


    .torall-products-grid ul.products {
        gap: 12px !important;
    }


    .torall-products-grid ul.products li.product {
        width: calc(50% - 6px) !important;
        max-width: none !important;

        padding-bottom: 20px !important;
    }


    .torall-products-grid ul.products li.product img {
        height: 250px !important;
    }


    .torall-products-grid ul.products li.product
    .astra-shop-summary-wrap {
        padding: 17px 8px 0;
    }


    .torall-products-grid ul.products li.product
    .ast-woo-product-category {
        font-size: 9px !important;
    }


    .torall-products-grid ul.products li.product
    .woocommerce-loop-product__title {

        font-size: 13px !important;

        margin: 0 4px 8px !important;
    }


    .torall-products-grid ul.products li.product
    .price {

        font-size: 13px !important;

        margin-bottom: 14px !important;
    }


    .torall-products-grid ul.products li.product
    .add_to_cart_button,
    .torall-products-grid ul.products li.product
    .button {

        min-width: auto;

        width: calc(100% - 20px);

        padding: 13px 8px !important;

        font-size: 9px !important;

        letter-spacing: 1px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .torall-products-grid ul.products li.product img {
        height: 220px !important;
    }

    .torall-products-heading h2 {
        font-size: 34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d66a15 */.torall-craft-section {
    width: 100%;
    display: flex;
    align-items: stretch;
    background: #ffffff;
    overflow: hidden;
}

.torall-craft-image {
    width: 52%;
    min-height: 620px;
    overflow: hidden;
}

.torall-craft-image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s ease;
}

.torall-craft-section:hover .torall-craft-image img {
    transform: scale(1.025);
}

.torall-craft-content {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding: 80px 8%;
    box-sizing: border-box;
}

.torall-craft-label {
    color: #A17B45;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.torall-craft-content h2 {
    margin: 0;
    color: #241C1B;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.12;
}

.torall-craft-line {
    width: 55px;
    height: 2px;
    background: #C8A66A;
    margin: 28px 0;
}

.torall-craft-content p {
    max-width: 520px;
    color: #625A55;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 0 16px;
}


/* TABLET */

@media (max-width: 1024px) {

    .torall-craft-image {
        width: 50%;
        min-height: 560px;
    }

    .torall-craft-image img {
        min-height: 560px;
    }

    .torall-craft-content {
        width: 50%;
        padding: 60px 5%;
    }

    .torall-craft-content h2 {
        font-size: 42px;
    }

    .torall-craft-content p {
        font-size: 14px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .torall-craft-section {
        flex-direction: column;
        background: #ffffff;
    }

    .torall-craft-image {
        width: 100%;
        min-height: 430px;
    }

    .torall-craft-image img {
        width: 100%;
        height: 430px;
        min-height: 430px;
    }

    .torall-craft-content {
        width: 100%;
        padding: 55px 25px 65px;
        background: #ffffff;
    }

    .torall-craft-label {
        font-size: 10px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .torall-craft-content h2 {
        font-size: 39px;
    }

    .torall-craft-line {
        margin: 23px 0;
    }

    .torall-craft-content p {
        font-size: 14px;
        line-height: 1.75;
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .torall-craft-image {
        min-height: 360px;
    }

    .torall-craft-image img {
        height: 360px;
        min-height: 360px;
    }

    .torall-craft-content {
        padding: 45px 20px 55px;
    }

    .torall-craft-content h2 {
        font-size: 34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebe3f05 *//* =========================================
   TORALL CRAFT + DAY SECTIONS
   SAME SIZE / SAME HEIGHT
========================================= */


/* =========================================
   CRAFTSMANSHIP SECTION
========================================= */

.torall-craft-section {
    width: 100%;
    height: 700px;

    display: flex;
    align-items: stretch;

    background: #ffffff;

    overflow: hidden;

    margin: 0;
    padding: 0;
}


/* Craft Image */

.torall-craft-image {
    width: 50%;
    height: 700px;

    overflow: hidden;

    margin: 0;
    padding: 0;
}

.torall-craft-image img {
    width: 100%;
    height: 700px;

    display: block;

    object-fit: cover;
    object-position: center;

    margin: 0;
    padding: 0;

    transition: transform 0.8s ease;
}

.torall-craft-section:hover .torall-craft-image img {
    transform: scale(1.025);
}


/* Craft Content */

.torall-craft-content {
    width: 50%;
    height: 700px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-sizing: border-box;

    background: #ffffff;

    padding: 70px 8%;

    margin: 0;
}


/* Craft Label */

.torall-craft-label {
    color: #A17B45;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin: 0 0 20px;
}


/* Craft Heading */

.torall-craft-content h2 {
    color: #241C1B;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 52px;
    font-weight: 400;

    line-height: 1.12;

    letter-spacing: -0.5px;

    margin: 0;
}


/* Gold Line */

.torall-craft-line {
    width: 55px;
    height: 2px;

    background: #C8A66A;

    margin: 28px 0;
}


/* Craft Paragraph */

.torall-craft-content p {
    max-width: 520px;

    color: #625A55;

    font-size: 15px;

    line-height: 1.85;

    margin: 0 0 16px;
}


/* =========================================
   DESIGNED AROUND YOUR DAY
========================================= */

.torall-day-section {
    width: 100%;
    height: 700px;

    display: flex;
    align-items: stretch;

    background: #ffffff;

    overflow: hidden;

    margin: 0;
    padding: 0;
}


/* Day Content */

.torall-day-content {
    width: 50%;
    height: 700px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-sizing: border-box;

    background: #ffffff;

    padding: 70px 8%;

    margin: 0;
}


/* Day Label */

.torall-day-label {
    color: #A17B45;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin: 0 0 20px;
}


/* Day Heading */

.torall-day-content h2 {
    color: #241C1B;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 52px;
    font-weight: 400;

    line-height: 1.12;

    letter-spacing: -0.5px;

    margin: 0;
}


/* Gold Line */

.torall-day-line {
    width: 55px;
    height: 2px;

    background: #C8A66A;

    margin: 28px 0;
}


/* Day Paragraph */

.torall-day-content p {
    max-width: 520px;

    color: #625A55;

    font-size: 15px;

    line-height: 1.85;

    margin: 0 0 16px;
}


/* Day Image */

.torall-day-image {
    width: 50%;
    height: 700px;

    overflow: hidden;

    margin: 0;
    padding: 0;

    background: #ffffff;
}

.torall-day-image img {
    width: 100%;
    height: 700px;

    display: block;

    object-fit: cover;
    object-position: center;

    margin: 0;
    padding: 0;

    transition: transform 0.8s ease;
}

.torall-day-section:hover .torall-day-image img {
    transform: scale(1.025);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .torall-craft-section,
    .torall-day-section {
        height: 600px;
    }


    .torall-craft-image,
    .torall-craft-content,
    .torall-day-content,
    .torall-day-image {
        height: 600px;
    }


    .torall-craft-image img,
    .torall-day-image img {
        height: 600px;
    }


    .torall-craft-content,
    .torall-day-content {
        padding: 55px 5%;
    }


    .torall-craft-content h2,
    .torall-day-content h2 {
        font-size: 43px;
    }


    .torall-craft-content p,
    .torall-day-content p {
        font-size: 14px;
        line-height: 1.75;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .torall-craft-section,
    .torall-day-section {
        height: auto;

        display: flex;
        flex-direction: column;

        background: #ffffff;
    }


    /* Craft Image */

    .torall-craft-image {
        width: 100%;
        height: 430px;

        min-height: 430px;
    }

    .torall-craft-image img {
        width: 100%;
        height: 430px;

        min-height: 430px;

        object-fit: cover;
    }


    /* Craft Content */

    .torall-craft-content {
        width: 100%;
        height: auto;

        min-height: 430px;

        padding: 55px 25px 60px;

        box-sizing: border-box;
    }


    /* Day Content */

    .torall-day-content {
        width: 100%;
        height: auto;

        min-height: 430px;

        padding: 55px 25px 60px;

        box-sizing: border-box;

        order: 1;
    }


    /* Day Image */

    .torall-day-image {
        width: 100%;
        height: 430px;

        min-height: 430px;

        order: 2;
    }

    .torall-day-image img {
        width: 100%;
        height: 430px;

        min-height: 430px;

        object-fit: cover;
    }


    /* Labels */

    .torall-craft-label,
    .torall-day-label {
        font-size: 10px;

        letter-spacing: 3px;

        margin-bottom: 15px;
    }


    /* Headings */

    .torall-craft-content h2,
    .torall-day-content h2 {
        font-size: 39px;

        line-height: 1.12;
    }


    /* Lines */

    .torall-craft-line,
    .torall-day-line {
        margin: 23px 0;
    }


    /* Paragraphs */

    .torall-craft-content p,
    .torall-day-content p {
        font-size: 14px;

        line-height: 1.75;

        margin-bottom: 15px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .torall-craft-image,
    .torall-day-image {
        height: 360px;

        min-height: 360px;
    }


    .torall-craft-image img,
    .torall-day-image img {
        height: 360px;

        min-height: 360px;
    }


    .torall-craft-content,
    .torall-day-content {
        min-height: auto;

        padding: 45px 20px 55px;
    }


    .torall-craft-content h2,
    .torall-day-content h2 {
        font-size: 34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51f0d31 */.torall-brand-section {
    width: 100%;
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #5A2028;

    padding: 80px 20px;

    box-sizing: border-box;

    overflow: hidden;
}

.torall-brand-inner {
    width: 100%;
    max-width: 900px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}


/* LOGO */

.torall-brand-logo {
    width: 430px;
    max-width: 75%;

    height: auto;

    display: block;

    object-fit: contain;
}


/* GOLD LINE */

.torall-brand-line {
    width: 55px;
    height: 2px;

    background: #C8A66A;

    margin: 32px 0 25px;
}


/* MAIN TEXT */

.torall-brand-text {
    max-width: 620px;

    margin: 0;

    color: #F5EFE7;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 22px;
    font-weight: 400;

    line-height: 1.6;

    letter-spacing: 0.2px;
}


/* SMALL TEXT */

.torall-brand-small {
    margin-top: 28px;

    color: #C8A66A;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

    .torall-brand-section {
        min-height: 380px;

        padding: 70px 20px;
    }

    .torall-brand-logo {
        width: 360px;
    }

    .torall-brand-text {
        font-size: 20px;
        max-width: 560px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .torall-brand-section {
        min-height: 350px;

        padding: 65px 20px;
    }

    .torall-brand-logo {
        width: 300px;
        max-width: 85%;
    }

    .torall-brand-line {
        margin: 25px 0 20px;
    }

    .torall-brand-text {
        font-size: 18px;

        line-height: 1.55;

        max-width: 340px;
    }

    .torall-brand-small {
        margin-top: 23px;

        font-size: 9px;

        letter-spacing: 3px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

    .torall-brand-section {
        min-height: 320px;

        padding: 55px 18px;
    }

    .torall-brand-logo {
        width: 260px;
    }

    .torall-brand-text {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a1fa14 *//* =====================================================
   TORALL FEATURED PRODUCT
   COMPLETE RESET + FIX
===================================================== */

.torall-featured-product {
    width: 100% !important;
    max-width: 100% !important;

    height: 720px !important;
    min-height: 720px !important;

    display: grid !important;
    grid-template-columns: 50% 50% !important;

    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* =====================================================
   LEFT IMAGE
===================================================== */

.torall-featured-image {
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    position: relative !important;
}

.torall-featured-image img {
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;

    max-width: none !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    box-sizing: border-box !important;
}


/* =====================================================
   RIGHT SIDE
===================================================== */

.torall-featured-content {
    width: 100% !important;
    height: 720px !important;
    min-height: 720px !important;

    margin: 0 !important;
    padding: 45px 50px !important;

    background: #ffffff !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
}


/* =====================================================
   LABEL
===================================================== */

.torall-featured-label {
    width: 100% !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #C8A66A !important;

    font-family: Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 600 !important;

    letter-spacing: 4px !important;

    line-height: 1.4 !important;

    text-transform: uppercase !important;
}


/* =====================================================
   HEADING
===================================================== */

.torall-featured-content h2 {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #241C1B !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 44px !important;
    font-weight: 400 !important;

    line-height: 1.08 !important;

    letter-spacing: -0.5px !important;

    text-align: center !important;
}


/* =====================================================
   GOLD LINE
===================================================== */

.torall-gold-line {
    width: 50px !important;
    height: 2px !important;

    min-height: 2px !important;

    margin: 20px auto !important;
    padding: 0 !important;

    background: #C8A66A !important;

    border: 0 !important;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.torall-featured-description {
    width: 100% !important;
    max-width: 470px !important;

    margin: 0 auto 8px !important;
    padding: 0 !important;

    color: #625957 !important;

    font-family: Arial, sans-serif !important;

    font-size: 14px !important;

    line-height: 1.7 !important;

    text-align: center !important;
}


/* =====================================================
   PRODUCT IMAGE BOX
===================================================== */

.torall-product-image {
    width: 280px !important;
    height: 250px !important;

    min-width: 280px !important;
    min-height: 250px !important;

    max-width: 280px !important;
    max-height: 250px !important;

    margin: 8px auto 4px !important;
    padding: 0 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    background: #ffffff !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


.torall-product-image img {
    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    border: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   PRODUCT INFORMATION
===================================================== */

.torall-product-info {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: flex-start !important;

    text-align: center !important;

    box-sizing: border-box !important;
}


/* PRODUCT TITLE */

.torall-product-info h3 {
    width: 100% !important;

    margin: 4px 0 8px !important;
    padding: 0 !important;

    color: #241C1B !important;

    font-family: Arial, sans-serif !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-align: center !important;
}


/* =====================================================
   PRICE
===================================================== */

.torall-product-price {
    margin: 0 0 20px !important;
    padding: 0 !important;

    color: #241C1B !important;

    font-family: Arial, sans-serif !important;

    font-size: 17px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-align: center !important;
}


/* =====================================================
   ADD TO CART
===================================================== */

.torall-cart-button {
    width: 205px !important;
    min-width: 205px !important;
    height: 68px !important;

    margin: 0 auto !important;
    padding: 0 22px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 20px !important;

    background: #5A2028 !important;

    color: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    text-decoration: none !important;

    font-family: Arial, sans-serif !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    letter-spacing: 1.5px !important;

    line-height: 1 !important;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease !important;

    box-sizing: border-box !important;
}


/* Arrow */

.torall-cart-button span {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 18px !important;

    line-height: 1 !important;

    transition: transform 0.3s ease !important;
}


/* =====================================================
   HOVER
   COLOR SAME RAHEGA
===================================================== */

.torall-cart-button:hover,
.torall-cart-button:focus,
.torall-cart-button:active,
.torall-cart-button:visited {
    background: #5A2028 !important;

    color: #ffffff !important;

    border: 0 !important;

    outline: none !important;

    box-shadow: 0 10px 25px rgba(90, 32, 40, 0.18) !important;

    transform: translateY(-3px) !important;
}


.torall-cart-button:hover span {
    transform: translateX(5px) !important;
}


/* =====================================================
   REMOVE ELEMENTOR EXTRA SPACING
===================================================== */

.torall-featured-product *,
.torall-featured-product *::before,
.torall-featured-product *::after {
    box-sizing: border-box;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .torall-featured-product {
        height: 620px !important;
        min-height: 620px !important;
    }

    .torall-featured-image,
    .torall-featured-image img {
        height: 620px !important;
        min-height: 620px !important;
    }

    .torall-featured-content {
        height: 620px !important;
        min-height: 620px !important;

        padding: 35px 30px !important;
    }

    .torall-featured-content h2 {
        font-size: 38px !important;
    }

    .torall-product-image {
        width: 230px !important;
        height: 205px !important;

        min-width: 230px !important;
        min-height: 205px !important;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .torall-featured-product {
        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        display: flex !important;

        flex-direction: column !important;
    }


    /* LEFT IMAGE */

    .torall-featured-image {
        width: 100% !important;

        height: 480px !important;
        min-height: 480px !important;
    }

    .torall-featured-image img {
        width: 100% !important;

        height: 480px !important;
        min-height: 480px !important;

        object-fit: cover !important;
    }


    /* RIGHT */

    .torall-featured-content {
        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        padding: 55px 20px 60px !important;

        overflow: visible !important;
    }


    .torall-featured-content h2 {
        font-size: 35px !important;
    }


    .torall-featured-description {
        font-size: 14px !important;
    }


    .torall-product-image {
        width: 260px !important;
        height: 240px !important;

        min-width: 260px !important;
        min-height: 240px !important;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .torall-featured-image,
    .torall-featured-image img {
        height: 400px !important;
        min-height: 400px !important;
    }


    .torall-featured-content {
        padding: 45px 18px 50px !important;
    }


    .torall-featured-content h2 {
        font-size: 31px !important;
    }


    .torall-product-image {
        width: 220px !important;
        height: 210px !important;

        min-width: 220px !important;
        min-height: 210px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc79084 *//* =====================================================
   TORALL TRUST SECTION
===================================================== */

.torall-trust-section {
    width: 100% !important;

    background: #F5EFE7 !important;

    margin: 0 !important;
    padding: 95px 25px !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
}


/* =====================================================
   CONTAINER
===================================================== */

.torall-trust-container {
    width: 100% !important;

    max-width: 1250px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =====================================================
   HEADING
===================================================== */

.torall-trust-heading {
    max-width: 720px !important;

    margin: 0 auto 65px !important;
    padding: 0 !important;

    text-align: center !important;
}


/* Small Label */

.torall-trust-label {
    display: block !important;

    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #A17B45 !important;

    font-family: Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 600 !important;

    letter-spacing: 4px !important;

    text-transform: uppercase !important;
}


/* Heading */

.torall-trust-heading h2 {
    margin: 0 !important;
    padding: 0 !important;

    color: #241C1B !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 48px !important;
    font-weight: 400 !important;

    line-height: 1.12 !important;

    letter-spacing: -0.5px !important;
}


/* Gold Line */

.torall-trust-line {
    width: 55px !important;
    height: 2px !important;

    margin: 25px auto !important;
    padding: 0 !important;

    background: #C8A66A !important;
}


/* Heading Text */

.torall-trust-heading p {
    max-width: 650px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: #625957 !important;

    font-family: Arial, sans-serif !important;

    font-size: 15px !important;

    line-height: 1.8 !important;
}


/* =====================================================
   TRUST GRID
===================================================== */

.torall-trust-grid {
    width: 100% !important;

    display: grid !important;

    grid-template-columns: repeat(4, 1fr) !important;

    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border-top: 1px solid rgba(36, 28, 27, 0.14) !important;
    border-bottom: 1px solid rgba(36, 28, 27, 0.14) !important;
}


/* =====================================================
   TRUST CARD
===================================================== */

.torall-trust-card {
    min-height: 285px !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: flex-start !important;

    text-align: center !important;

    padding: 48px 30px 42px !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    border-right: 1px solid rgba(36, 28, 27, 0.14) !important;

    transition:
        background 0.35s ease,
        transform 0.35s ease !important;
}


/* Remove border from last card */

.torall-trust-card:last-child {
    border-right: none !important;
}


/* =====================================================
   ICON
===================================================== */

.torall-trust-icon {
    width: 52px !important;
    height: 52px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 auto 24px !important;

    border: 1px solid #C8A66A !important;

    border-radius: 50% !important;

    color: #5A2028 !important;

    font-size: 20px !important;

    box-sizing: border-box !important;
}


.torall-trust-icon span {
    line-height: 1 !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =====================================================
   CARD HEADING
===================================================== */

.torall-trust-card h3 {
    margin: 0 0 13px !important;
    padding: 0 !important;

    color: #241C1B !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 21px !important;
    font-weight: 400 !important;

    line-height: 1.3 !important;
}


/* =====================================================
   CARD TEXT
===================================================== */

.torall-trust-card p {
    max-width: 245px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: #625957 !important;

    font-family: Arial, sans-serif !important;

    font-size: 13px !important;

    line-height: 1.75 !important;
}


/* =====================================================
   EMAIL
===================================================== */

.torall-trust-card a {
    display: inline-block !important;

    margin-top: 17px !important;
    padding: 0 !important;

    color: #5A2028 !important;

    font-family: Arial, sans-serif !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    text-decoration: none !important;

    border-bottom: 1px solid #C8A66A !important;

    padding-bottom: 3px !important;

    transition:
        color 0.3s ease,
        border-color 0.3s ease !important;
}


.torall-trust-card a:hover {
    color: #A17B45 !important;

    border-color: #A17B45 !important;
}


/* =====================================================
   CARD HOVER
===================================================== */

.torall-trust-card:hover {
    background: #ffffff !important;

    transform: translateY(-4px) !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .torall-trust-section {
        padding: 75px 25px !important;
    }

    .torall-trust-heading {
        margin-bottom: 50px !important;
    }

    .torall-trust-heading h2 {
        font-size: 42px !important;
    }

    .torall-trust-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .torall-trust-card {
        min-height: 270px !important;
    }

    .torall-trust-card:nth-child(2) {
        border-right: none !important;
    }

    .torall-trust-card:nth-child(-n+2) {
        border-bottom: 1px solid rgba(36, 28, 27, 0.14) !important;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .torall-trust-section {
        padding: 65px 20px !important;
    }

    .torall-trust-heading {
        margin-bottom: 40px !important;
    }

    .torall-trust-heading h2 {
        font-size: 36px !important;
    }

    .torall-trust-heading p {
        font-size: 14px !important;

        line-height: 1.7 !important;
    }

    .torall-trust-grid {
        grid-template-columns: 1fr !important;
    }

    .torall-trust-card {
        min-height: auto !important;

        padding: 40px 25px !important;

        border-right: none !important;

        border-bottom: 1px solid rgba(36, 28, 27, 0.14) !important;
    }

    .torall-trust-card:last-child {
        border-bottom: none !important;
    }

    .torall-trust-icon {
        width: 48px !important;
        height: 48px !important;

        margin-bottom: 20px !important;
    }

    .torall-trust-card h3 {
        font-size: 20px !important;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .torall-trust-section {
        padding: 55px 16px !important;
    }

    .torall-trust-heading h2 {
        font-size: 32px !important;
    }

    .torall-trust-label {
        font-size: 9px !important;

        letter-spacing: 3px !important;
    }

    .torall-trust-card {
        padding: 35px 20px !important;
    }
}/* End custom CSS */