/** Shopify CDN: Minification failed

Line 4145:0 Expected "}" to go with "{"

**/
:root {
    /* Font Family */
    --ffP: "Gilroy";
    --ffS: "NexaRustSans";
    /* Font Weight */
    --fWD: 500;
    /* Font Size */
    --fzH1: calc((130px/3360)*1920);
    --fzH2: calc((90px/3360)*1920);
    --fzH3: calc((40px/3360)*1920);
    --fzH4: calc((60px/3360)*1920);
    --fzH6: calc((50px/3360)*1920);
    --fzHero: calc((110px/3360)*1920);
    --fzA1: calc((28px/3360)*1920);
    --fzT1: calc((34px/3360)*1920);
    --fzT2: calc((32px/3360)*1920);
    --fzT3: calc((28px/3360)*1920);
    /* Letter Specing */
    --lspMinue: -2px;
    /* Line Height */
    --lHheading: calc(125/130);
    --lHNormal: calc(95/90);
    --lHDefault: calc(50/34);
    /* Color List */
    --cP: #412B1C;
    --cS: #8D7F77;
    --cRed: #C90B00;
    --cWhite: #FCFAF5;
    /* Backgroud Color */
    --bgP: #FCFAF5;
    /* Text Color */
    --tP: #412B1C;
    --tS: #8D7F77;
    --tRed: #C90B00;
    --tWhite: #FCFAF5;
    /* button color */
    --btnP: linear-gradient(118deg, rgba(255, 141, 25, 1) 0%, rgba(201, 11, 0, 1) 100%);
    --btnS: #412B1C;
    /* Link Color */
    --lP: #412B1C;
    --lS: #C90B00;
    --lWhite: #C90B00;
    /* Border Color */
    --bdP: 3px solid #C90B00;
    --bdS: 3px solid #CCC5B8;
    /* Box Shadow */
}

@font-face {
    font-family: "NexaRustSans";
    src: url("NexaRustSans-Black.otf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("Gilroy-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("Gilroy-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("Gilroy-SemiBoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Gilroy";
    src: url("Gilroy-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url("Gilroy-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* scree overlay */

[class*="screen"].open {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}


/* Cusotm Grid Stytem By Liakut Ali Khan */

[class*="container"] {
    margin: auto;
    max-width: 100%;
    --gutterX: 16;
    padding: 0 calc(var(--gutterX) * 1px);
}

[class*="wrapper"] {
    margin: auto;
    max-width: 100%;
    --gutterX: 16;
    padding: 0 calc(var(--gutterX) * 1px);
}

[class~="group"] {
    display: flex;
    flex-wrap: wrap;
    --gap: var(--gutterX);
    --gapX: var(--gap);
    --gapY: var(--gap);
    --col: 1;
    margin: 0 calc((var(--gapX) * 1px) / -2);
    margin-top: calc(var(--gapY) * -1px);
}

[class~="row"] {
    display: flex;
    flex-wrap: wrap;
    --gap: var(--gutterX);
    --gapX: var(--gap);
    --gapY: var(--gap);
    --col: 1;
    margin: 0 calc((var(--gapX) * 1px) / -2);
    margin-top: calc(var(--gapY) * -1px);
}

[class*="group"]>[class*="box-"],
[class*="group"]>[class*="box_"],
[class*="group"]>[class*="-box"],
[class*="group"]>[class*="_box"],
[class*="group"]>[class*="item-"],
[class*="group"]>[class*="item_"],
[class*="group"]>[class*="-item"],
[class*="group"]>[class*="_item"],
[class*="group"]>[class*="list-"],
[class*="group"]>[class*="list_"],
[class*="group"]>[class*="-list"],
[class*="group"]>[class*="_list"],
[class*="group"]>[class*="content-"],
[class*="group"]>[class*="content_"],
[class*="group"]>[class*="-content"],
[class*="group"]>[class*="_content"] {
    --width: calc(100% / var(--col));
    --multiply: 1;
    width: calc((var(--width) * var(--multiply)) - (var(--gapX) * 1px));
    margin: 0 calc((var(--gapX) * 1px) / 2);
    margin-top: calc(var(--gapY) * 1px);
}

[class*="row"]>[class*="box-"],
[class*="row"]>[class*="box_"],
[class*="row"]>[class*="-box"],
[class*="row"]>[class*="_box"],
[class*="row"]>[class*="item-"],
[class*="row"]>[class*="item_"],
[class*="row"]>[class*="-item"],
[class*="row"]>[class*="_item"],
[class*="row"]>[class*="list-"],
[class*="row"]>[class*="list_"],
[class*="row"]>[class*="-list"],
[class*="row"]>[class*="_list"],
[class*="row"]>[class*="content-"],
[class*="row"]>[class*="content_"],
[class*="row"]>[class*="-content"],
[class*="row"]>[class*="_content"] {
    --width: calc(100% / var(--col));
    --multiply: 1;
    width: calc((var(--width) * var(--multiply)) - (var(--gapX) * 1px));
    margin: 0 calc((var(--gapX) * 1px) / 2);
    margin-top: calc(var(--gapY) * 1px);
}


/* Custom Grid Responsive */

@media (min-width: 576px) {
    [class*="container"] {
        max-width: 540px;
    }
    [class*="wrapper"] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    [class*="container"] {
        max-width: 720px;
    }
    [class*="wrapper"] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    [class*="container"] {
        max-width: 960px;
    }
    [class*="wrapper"] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    [class*="container"] {
        max-width: 1320px;
    }
    [class*="wrapper"] {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    [class*="container"] {
        max-width: 1320px;
    }
    [class*="wrapper"] {
        max-width: 1320px;
    }
}

[class*="-full"],
[class*="_full"],
[class*="full-"],
[class*="full_"] {
    max-width: 100%;
}


/* Content Allignment */

[class*="centerA"] {
    justify-content: center;
    align-items: center;
}

[class*="Xcenter"] {
    justify-content: center;
}

[class*="Ycenter"] {
    align-items: center;
}

[class*="group"]>[class*="centerA"],
[class*="group"]>[class*="Xcenter"],
[class*="group"]>[class*="Ycenter"] {
    display: flex;
}

[class*="row"]>[class*="centerA"],
[class*="row"]>[class*="Xcenter"],
[class*="row"]>[class*="Ycenter"] {
    display: flex;
}

[class*="textA"] {
    text-align: center;
}

[class*="textR"] {
    text-align: right;
}

[class*="textL"] {
    text-align: left;
}

[class*="right"] {
    justify-content: flex-end;
}

[class*="gap"] {
    justify-content: space-between;
}

[class*="flex"] {
    display: flex;
}


/* Image or object Fit To Screen Div */

[class*="sketch"],
[class*="-sketch"],
[class*="_sketch"],
[class*="sketch-"],
[class*="sketch_"],
[class*="canvas"],
[class*="-canvas"],
[class*="_canvas"],
[class*="canvas-"],
[class*="canvas_"] {
    --fit: 100;
    padding-top: calc(var(--fit) * 1%);
}

[class*="obj-"]::before,
[class*="obj_"]::before,
[class*="-obj"]::before,
[class*="_obj"]::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 0;
    --fit: 100;
    padding-top: calc(var(--fit) * 1%);
    display: block;
    background-color: #ededed;
}

[class*="fit"] {
    position: relative;
}

[class*="fit"] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*="fit"] *:not(img) {
    z-index: 2;
}


/* Ancor Button And Input Controll */

[class*="btn"] {
    border: 0;
    outline: 0;
    line-height: 1;
    padding: 12px 37px;
    text-transform: uppercase;
}

a[class*="btn"] {
    text-decoration: none;
    cursor: pointer;
    background-color: #ededed;
}

button[class*="btn"] {
    cursor: pointer;
    background-color: #ededed;
}

input[class*="btn"] {
    border: 1px solid #ededed;
    background-color: transparent;
}

textarea {
    outline: 0;
    display: flex;
    padding: 10px 15px;
    border: 1px solid #ededed;
}

[class*="btn-"],
[class*="btn_"] {
    justify-content: center;
    align-items: center;
}

a[class*="btn-"],
a[class*="btn_"] {
    display: inline-flex;
}

input[class*="btn-"],
input[class*="btn_"],
button[class*="btn-"],
button[class*="btn_"] {
    display: flex;
}

input[class*="center"],
button[class*="center"],
textarea[class*="center"] {
    margin: auto;
}

input[class*="right"],
button[class*="right"],
textarea[class*="right"] {
    margin-left: auto;
}

a[class*="full"],
input[class*="full"],
button[class*="full"],
textarea[class*="full"] {
    width: 100%;
}

form>[class*="wrap"] {
    display: flex;
}

[class*="space"] {
    display: flex;
    --space: 0;
}

[class*="wrap-space"]>[class*="btn"]:not(:last-child),
[class*="wrap_space"]>[class*="btn"]:not(:last-child),
[class*="wrap space"]>[class*="btn"]:not(:last-child) {
    margin-right: calc(var(--space) * 1px);
}

[class*="wrap"]>input {
    width: 100%;
}

[class*="wrap-space"]>[class*="animation"]:not(:last-child) [class*="btn"],
[class*="wrap_space"]>[class*="animation"]:not(:last-child) [class*="btn"],
[class*="wrap space"]>[class*="animation"]:not(:last-child) [class*="btn"] {
    margin-right: calc(var(--space) * 1px);
}

[class*="btn-"]>svg[class*="icon"],
[class*="btn_"]>svg[class*="icon"],
[class*="btn-"]>img[class*="icon"],
[class*="btn_"]>img[class*="icon"] {
    height: 1em;
    width: auto;
    box-sizing: content-box;
}


/* Link Button Input Textarea Styling */

[class*="border"] {
    border: 3px solid;
}


/* Button Color */

a[class*="primary"],
button[class*="primary"] {
    background-image: var(--btnP);
    color: var(--tWhite);
    border-color: var(--btnP);
    padding: 29.5px 59px;
}

a[class*="primary"]:hover,
button[class*="primary"]:hover {
    color: var(--cWhite);
}

a[class*="secondary"],
button[class*="secondary"] {
    background-color: var(--cP);
    color: var(--tWhite);
    border-color: var(--cP);
    padding: 30.5px 58px;
}

a[class*="secondary"]:hover,
button[class*="secondary"]:hover {
    color: var(--tWhite);
}

a[class*="darkred"],
button[class*="darkred"] {
    background-color: var(--btnDarkRed);
    color: var(--linkPrimary);
    border-color: var(--btnDarkRed);
}

a[class*="gray"],
button[class*="gray"] {
    background-color: var(--btnGray);
    color: var(--linkPrimary);
    border-color: var(--btnGray);
}

[class*="radius"] {
    border-radius: 4px;
}

input[type=submit] {
    background-image: var(--btnP);
    color: var(--tWhite);
    border-color: var(--btnP);
    padding: 29.5px 59px;
}


/* Border Color  */

[class*="border"] {
    background-color: transparent !important;
}

[class*="border-primary"],
[class*="border_primary"],
[class*="border primary"] {
    color: var(--btnPrimary) !important;
}

[class*="border-secondary"],
[class*="border_secondary"],
[class*="border secondary"] {
    color: var(--btnSecondary) !important;
}

[class*="border-darkred"],
[class*="border_darkred"],
[class*="border darkred"] {
    color: var(--btnDarkRed) !important;
}

[class*="border-gray"],
[class*="border_gray"],
[class*="border gray"] {
    color: var(--btnGray) !important;
}

[class*="border-white"],
[class*="border_white"],
[class*="border white"] {
    color: var(--tWhite) !important;
}


/* General Setting For Design */

body {
    font-family: var(--ffP);
    font-size: var(--fzT2);
    background-color: var(--bgP);
    color: var(--tS);
    font-weight: var(--fWD);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ffS);
    font-weight: 900;
    color: var(--tP);
    margin-bottom: 10px;
}

h1 {
    font-size: var(--fzH1);
    letter-spacing: var(--lspMinue);
    line-height: var(--lHheading);
}

h2 {
    font-size: var(--fzH2);
    letter-spacing: -1px;
    line-height: var(--lHNormal);
    ;
}

h3 {
    font-size: var(--fzHero);
    letter-spacing: -1.5px;
    line-height: var(--lHNormal);
    ;
}

h5 {
    font-size: var(--fzH3);
    letter-spacing: -.7px;
}

h6 {
    font-size: var(--fzH6);
    letter-spacing: -.4px;
}

p {
    line-height: var(--lHDefault);
}

p.lg {
    font-size: var(--fzT1);
}

p.sm {
    font-size: var(--fzT3);
}

a {
    font-size: var(--fzA1);
    color: var(--tP);
    font-weight: 700;
    text-decoration: none;
    color: currentColor;
    display: block;
    outline: 0;
    border: 0;
    text-transform: uppercase;
}

a:hover {
    color: currentColor;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


/* Button Link Hover Animation  */


/* must use 
  1. data-style="border" for agter animation
*/

[data-style*="border"] {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

[data-style*="border"]::after {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    bottom: -2px;
    border-bottom: 2px solid currentColor;
    transition: width 0.5s ease;
}

[data-style*="border"]:hover::after {
    width: 100%;
}


/* must use 
  1. data-style="shine" default
  2. data-style="shine white" for white button
*/

/* @keyframes shine {
    to {
        left: -200%;
    }
}

[data-style*="shine"] {
    position: relative;
    overflow: hidden;
    transition: background 0.2s ease 0s;
}

[data-style*="shine"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}

[data-style*="white"]::after {
    background-image: linear-gradient( 90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
}

[data-style*="shine"]:hover::after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
} */


/* Animatio Rise Up */


/* must use 
  1. data-style="riseUp" for wapping inside animation_cropper
  2. data-style="animation" for use data attribute animation delay and duration
  3. data-delay=".3"
  4. data-duration=".8"
*/

@keyframes riseUp {
    0% {
        opacity: 1;
        transform: translateY(120%);
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

[class*="animation_cropper"] {
    overflow: hidden;
    opacity: 0;
}

[class*="-active"] [class*="animation_cropper"] {
    opacity: 1;
}

[class*="crop_content"] {
    opacity: 0;
    transform: translateY(15px);
    transition: none;
    animation-delay: 0.3s;
    animation-duration: 0.8s;
}

[class*="-active"] [class*="crop_content"] {
    /* transform: translateY(0px); */
    animation-name: riseUp;
    animation-timing-function: cubic-bezier(0.26, 0.54, 0.32, 1);
    animation-fill-mode: forwards;
}


/* Fade In */


/* must use 
  1. data-style="fadeIn" for wapping inside animation_item
  2. data-style="animation" for use data attribute animation delay and duration
  3. data-delay="2s"
  4. data-duration="1.6s"
*/

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

[data-style*="fadeIn"] {
    animation-delay: 0.5s;
    animation-duration: 2s;
    opacity: 0;
}

[data-style*="fadeIn"].open,
[class*="-active"] [data-style*="fadeIn"] {
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}


/* Sticky NavBar */

[data-style*="sticky"] {
    z-index: 9999;
    position: relative;
}

[data-style*="sticky"].active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: red;
    transform: translate3d(0, -100%, 0);
}

[data-style*="sticky"].active.open {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/* Toggle Activation */


/* must use 
1. data-toggle="open" in click button
2. data-toggle="close" in click button
3. data-toggle="content" in content wrap which will show
4. data-target="any thing" must match in those open, close and content
*/


/* Mobile Menu Left To Right Animation*/

[data-style*="left-to-right"] {
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    max-width: 95%;
    z-index: 99999;
    background-color: red;
    color: var(--textColorPrimary);
    box-shadow: 0 0 150px rgb(0 0 0 / 10%);
    transform: translateX(0px);
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-style*="left-to-right"].open {
    transform: translateX(300px);
}

[data-style*="right-to-left"] {
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: -600px;
    width: 220px;
    min-width: 50%;
    max-width: 95%;
    z-index: 99999;
    background-color: red;
    color: var(--textColorPrimary);
    box-shadow: 0 0 150px rgb(0 0 0 / 10%);
    transform: translateX(0px);
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: none;
    background-size: cover;
}

[data-style*="right-to-left"].open {
    transform: translateX(-600px);
}


/* Animation Auto */


/* must use 
  1. data-style="animation-auto" (child Item will animate not this div)
  2. data-delay-unit=".2" animation delay increment set
  3. data-style="animation" in chield div for for custom animation duration in each div
  4. data-style="fix-duration" in prent div for equal animatio time and use (data-duratio-unit) for valu set  
  3. data-duratin-unit="1" same animation time in all chield, must use (fix-duration for this property)
  4. data-target="any thing" must match in those open, close and content
*/

@keyframes fadeInSlideUp {
    0% {
        top: 50px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

[data-style*="fade_InSlide_Up"],
[data-style*="animation-auto"][data-style*="fade_InSlide_Up"]>* {
    position: relative;
    animation-delay: 0.1s;
    animation-duration: 1s;
}

[data-style*="fade_InSlide_Up"].open,
[data-style*="animation-auto"][data-style*="fade_InSlide_Up"].open>*,
:hover>[data-style*="animation-auto"][data-style*="fade_InSlide_Up"]>* {
    animation: fadeInSlideUp 0.5s ease forwards;
    top: 50px;
    opacity: 0;
}


/* Fade In Slide Up*/


/* must use 
  1. data-style="fadeInSlideUp" in animation_item
  2. data-style="animation" for use data attribute animation delay and duration
  3. data-delay="2s"
  4. data-duration="1.6s" 
  5. In animation auto this datay-style and animation auto set in parent div (see animation auto)

*/

@keyframes fadeOutSlideDown {
    0% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: 50px;
        opacity: 0;
    }
}

[data-style*="fadeOutSlideDown"],
[data-style*="animation-auto"][data-style*="fadeOutSlideDown"]>* {
    position: relative;
    animation-delay: 0.1s;
    animation-duration: 1s;
}

[data-style*="fadeOutSlideDown"].open,
[data-style*="animation-auto"][data-style*="fadeOutSlideDown"].open>*,
:hover>[data-style*="fadeOutSlideDown"]>* {
    animation: fadeOutSlideDown 0.5s ease forwards;
    top: 0;
    opacity: 1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

[data-style*="spin"] {
    animation: spin 1s linear infinite;
}

@keyframes ping {
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

[data-style*="ping"] {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}

[data-style*="pulse"] {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-25%);
        animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateY(0);
        animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
    }
}

[data-style*="bounce"] {
    animation: bounce 1s infinite;
}


/* Custom Container */

[class*="-design"],
[class*="_design"],
[class*="design-"],
[class*="design_"] {
    max-width: 1878px;
}


/* Main Css Start */


/* Header Section Css Start */

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.header .nav_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .nav_bar .brand_logo {
    margin-right: clamp(40px, calc(55 * (100vw / 1920)), 90px);
}

.header .nav_bar nav {
    flex: 1;
}

.header .nav_bar .brand_logo img {
    max-height: 60px;
}

.header .nav_bar nav ul {
    display: flex;
}

.header .nav_bar nav ul li {
    margin-right: clamp(20px, calc(50 * (100vw / 1920)), 50px);
}

.header .nav_bar nav ul li a {
    text-transform: uppercase;
    color: var(--tP);
    padding: 5px 10px;
    transition: 0.3s;
    position: relative;
    display:block;
    
}
.header .nav_bar nav ul li a.active,
.header .nav_bar nav ul li a:active,
.header .nav_bar nav ul li a:hover {
  color: var(--tRed);
}

.header .nav_bar nav ul li a::before{
  position:absolute;
  content:'';
  height:0px;
  width:0;
  left:0;
  bottom:0;
  background:var(--tRed);
  transition:width 0.3s ease,height 0s ease .3s;
    display:block;
}
      
.header .nav_bar nav ul li a:hover::before{
  transition:width 0.3s ease,height 0s ease 0s;
  height:3px;
  width:100%
}
      
.header .nav_bar .header_option {
    display: flex;
    align-items: center;
}

.header .nav_bar .header_option a {
    margin-right: 20px;
}

.header .nav_bar .header_option button {
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 10px;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}

.header .nav_bar .header_option button span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--cWhite);
    color: var(--cRed);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    right: 2px;
}

.header .nav_bar .header_option button svg{
      height:1.15em
}
      
.header .nav_bar .header_option button svg,
.header .nav_bar .header_option button i {
    font-size: 26px;
    color: var(--cWhite);
}

.hambargar {
    display: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: var(--cWhite);
    font-size: 14px;
    cursor: pointer;
}

.mobile_menu nav {
    padding-right: clamp(20px, calc(40 * (100vw / 992)), 40px);
}

.mobile_menu ul {
    padding: 40px 0;
}

.mobile_menu ul li {
    padding-bottom: 20px;
    text-align: right;
}

.mobile_menu ul li a {
    color: var(--tWhite);
    text-align: right;
    font-size: 24px;
    display: inline-block;
}

.mobile_menu ul li a:hover {
    border-bottom: 3px solid var(--cWhite);
}

.mobile_menu .mobile_nav_header {
    text-align: right;
    padding-top: clamp(5px, calc(15 * (100vw / 992)), 15px);
}

.mobile_menu .mobile_nav_header button {
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tWhite);
    padding: 20px;
    font-size: 20px;
    padding-right: 0;
    cursor: pointer;
}

.mobile_menu .language {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mobile_menu .language button {
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tWhite);
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

.mobile_menu .language button.active {
    opacity: 1;
}


/* Header Section Css End */


/*  Hero Section Css Start */

.hero {
    padding-top: 120px;
    position: relative;
}

.hero .side_bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60%;
    height: 100%;
}

.hero .side_bg img {
    width: 100%;
    height: 100%;
}

.hero .product_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background-size: 870px;
    background-repeat: no-repeat;
    background-position: top 54% left 20%;
}
      .hero .product_img_sky {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background-size: 870px;
    background-repeat: no-repeat;
    background-position: top 54% left 20%;
}

.hero .wrapper {
    padding: 60px 40px clamp(80px, calc(150 * (100vw / 1920)), 150px);
    max-width: 1558px;
    position: relative;
    z-index: 2;
}

.hero .hero-details-box {
    width: 80%;
    padding: clamp(80px, calc(100 * (100vw / 1920)), 100px) 0;
}

.hero .hero-details-brief {
    max-width: 550px;
}

.hero .hero-details-brief p {
    padding-top: 7px;
    padding-bottom: 60px;
}

.hero .bottom_croper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(20px, calc(53 * (100vw / 1920)), 53px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


/*  Hero Section Css Start */


/*  product-slider Section Css Start */

.product-slider {
    padding-top: 160px;
    padding-bottom: clamp(30px, calc(50 * (100vw / 1920)), 50px);
}

.product-slider .link_to a {
    margin-top: 70px;
}

.product-slider .link_to,
.product-slider .section_top {
    text-align: center;
}

.product-slider .section_top p {
    max-width: 596px;
    margin: auto;
    padding: 10px 0 40px;
}

.product-slider .product-slider-wrap {
    position: relative;
    text-align:center;
}

.product-slider .product-slider-wrapper {
    max-width: 1620px;
    padding-left: 75px;
    padding-right: 75px;
}

.product-slider .product-slider-item {
    padding: 0 7px;
}

.product-slider-wrapper .slick-list {
    margin-left: -7px;
    margin-right: -7px;
}

.product-slider-item {
    text-align: center;
}

.after {
    border-bottom: 6px solid #ccc5b8;
    position: relative;
    padding-top: 70.2%;
    background-image: linear-gradient( to bottom, rgba(240, 234, 223, 0), rgba(240, 234, 223, 1));
    line-height: 0;
}

.after .img_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    text-align: center;
}

.after .img_box img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    margin: auto;
    padding: 10px;
}

button.btn-cart {
    border: 3px solid var(--cRed);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background-color: var(--cWhite) !important;
    color: var(--tRed);
    padding: 9px 24.7px;
    margin: auto;
}

button.btn-cart i {
    margin-right: 10px;
    font-size: 23px;
}

button.btn-cart:hover {
    background-color: var(--cP) !important;
    color: var(--tWhite);
    border-color: var(--cP);
}

.product-slider-item h5 {
    margin-top: 60px;
    padding: 5px 0;
}

.square {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 3px solid var(--cP);
    color: var(--cP);
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.square.disable {
    border: 3px solid#CCC5B8;
    color: #ccc5b8;
}

.square.next_arrow {
    right: 0;
}


/*  product-slider Section Css End */


/* Inspiration Section Css Start */

.article .heading_details {
    text-align: center;
    padding-bottom: 554px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article .heading_details p,
.article .heading_details h2 {
    max-width: 632px;
    padding: 0 16px;
    margin: auto;
}

.article .heading_details h2 {
    padding-top: 132px;
    padding-bottom: 15px;
}

.article .wrapper {
    max-width: 1558px;
    margin-top: -212px;
}

.article .inspiration.group {
    --col: 3;
    --gapX: 45;
    --gapY: 0;
}

.article .list .after {
    border-color: transparent;
}

.article .list .details {
    margin-top: 10px;
    padding: 24px;
}

.article .list .details a {
    color: var(--tP);
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}

.article .list .details a span {
    display: block;
    margin-right: 10px;
}

.article .list .details a i {
    font-size: 12px;
}

.afterTwo {
    position: relative;
}

.afterTwo::after {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: 0.3s;
    background-image: linear-gradient(to right, #ff8d19, #c90b00);
}

.list .sketch-fit {
    --fit: 57.62;
}

.list a .icon-arrow-normal:before {
    transition: 0.3s;
}

.list:hover a .icon-arrow-normal:before {
    content: "\e903";
}

.article .list .details a:hover {
    color: var(--tRed);
}

.list:hover .afterTwo::after {
  width:100%;
}


/* Inspiration Section Css End */


/* About-myself Section Css Start */

.comparison-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.comparison-slider-wrap .comparison-slider {
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.comparison-slider-wrap .comparison-slider>img {
    width: 100%;
    height: auto;
    display: block;
}

.comparison-slider-wrap .comparison-slider .resize {
    position: absolute;
    top: 0;
    left: -8.5%;
    height: 100%;
    width: 90%;
    overflow: hidden;
    transform: skewX(-20deg);
    background: #fcfaf5;
}

.comparison-slider-wrap .comparison-slider .resize img {
    display: block;
    transform: skewX(20deg);
    margin-left: 7.7vw;
}

.comparison-slider-wrap .comparison-slider img.tablet {
    display: none;
}

.comparison-slider-wrap .comparison-slider .details {
    display: block;
    transform: translateY(-50%) skewX(20deg);
}

.about-myself .details .right_content {
    max-width: 600px;
    margin-left: auto;
    margin-right: 4vw;
}

.about-myself .details .right_content p {
    margin-top: 15px;
    margin-bottom: 35px;
}

.about-myself .details .right_content a i {
    font-size: 12px;
    margin-left: 10px;
}

.about-myself .details .right_content a:hover {
    color: var(--tRed);
}

.about-myself {
    position: relative;
    padding-top: 140px;
  	margin-bottom:35px;
}

.about-myself .croper {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 0;
}

.about-myself .link_to {
    position: absolute;
    width: 100%;
    bottom: -15px;
    text-align: center;
    z-index: 999;
}

.about-myself .croper img {
    width: 100%;
}

      
.comparison-slider-wrap .comparison-slider .divider {
  position: absolute;
  left: 90%;
  top: 50%;
  cursor: ew-resize;
  width: 74px;
  height: 74px;
  border-radius: 6px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(
    118deg,
    rgba(255, 141, 25, 1) 0%,
    rgba(201, 11, 0, 1) 100%
  );
  font-family: "hamburg-fonts" !important;
  transform: translate(-50%, -50%);
  margin-left: -8.5%;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tWhite);
}
.comparison-slider-wrap .comparison-slider .divider:hover {

  background: var(--cWhite);
}
.comparison-slider-wrap .comparison-slider .divider:hover i {
    
  color: var(--tRed);
}
.comparison-slider-wrap .comparison-slider .divider.draggablee {

  background: var(--cWhite);
}
.comparison-slider-wrap .comparison-slider .divider.draggablee i {
    
  color: var(--tRed);
}
.comparison-slider-wrap .caption {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    opacity: 1;
    border-radius: 6px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    background-color: var(--cWhite);
    font-family: "hamburg-fonts" !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--tRed);
}

.about-myself .details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vw - 80px - 30px);
    left: 0;
}


/* About-myself Section Css End */


/* mobile Only */

.only_mobile {
    display: none;
}


/* mobile Only */


/*  self-made Section Css Start */

.self-made {
    padding-top:120px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.self-made::before{
  content:'';
	position:absolute;
  width:100%;
  height:400px;
  left:0;
  top:0;
  background:linear-gradient(to top, rgba(252,250,245,0),rgba(252,250,245,1));
}
.self-made .self-made-content {
    margin: auto;
    text-align: center;
    padding-bottom: 35%;
  position:relative;
  z-index:9;
  text-align:center;
}
      
.self-made .self-made-content h2 {
        margin: auto;
    max-width: 600px;
  margin-bottom:20px
}
  

.self-made .self-made-content p {
      margin: auto;
    max-width: 800px;
    padding-top: 5px;
}

.self-made .bottom_croper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(20px, calc(53 * (100vw / 1920)), 53px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 20%;
}


/*  self-made Section Css End */


/* Brand-logo Section Css Start */

.brand-logo {
    padding: clamp(70px, calc(60 * (100vw / 1920)), 110px) 0;
}

.brand-logo .phone {
    display: none;
}

.brand-logo .wrapper {
    max-width: 1558px;
}

.brand-logo .group {
    --col: 1;
    --gapX: 60;
    --gapY: 0;
}

.brand-logo .brand-logo-detail-box {
    --multiply: 0.4;
}

.brand-logo .brand-logo-detail-box p {
    padding-top: 8px;
}

.brand-logo .brand-logo-content {
    --multiply: 0.6;
}

.brand-logo .brand-logo-content img {
    width: 100%;
}


/* Brand-logo Section Css Start */


/* Collection Section Css Start */

.collection .wrapper {
    max-width: 1558px;
    padding-bottom: 130px;
}

.collection .group {
    --col: 2;
    --gapX: 45;
}

.collection .collection-item .after .img_box img {
    margin-top: 20px;
    max-width: 85% !important;
}

.collection .collection-item .detail_wrap {
    max-width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 120px;
}

.collection .collection-item .detail_wrap p {
    padding-top: 10px;
    padding-bottom: 35px;
}

.collection .collection-item .detail_wrap a {
    color: var(--tP);
}

.collection .collection-item .detail_wrap a:hover {
    color: var(--tRed);
}

.collection .collection-item .detail_wrap a span {
    margin-right: 10px;
}

.collection .collection-item .detail_wrap a i {
    font-size: 12px;
    transition: 0.3s;
}

.collection .collection-item .detail_wrap a:hover .icon-arrow-small:before {
    content: "\e903";
}

a span {
    position: relative;
}

a:hover span::after {
    position: absolute;
    content: "";
    height: 3px;
    bottom: -6px;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cRed);
}

hr.collection {
    border-top: 3px solid #ccc5b8;
    opacity: 1;
    max-width: 1470px;
    margin: auto;
}


/* .collection .collection-item:hover .after {
border-bottom: 8px solid;
} */


/* Collection Section Css End */


/* Blog-recipe Section Css Start */

.blog-recipe {
    padding-bottom: clamp(70px, calc(150 * (100vw / 1920)), 150px);
}

.blog-recipe .wrapper {
    max-width: 1558px;
    margin-top: 0;
}

.blog-recipe .recipe-slider-wrapper {
    max-width: 1620px;
    padding-left: 75px;
    padding-right: 75px;
}

.blog-recipe .slick-list {
    margin-left: -23px;
    margin-right: -23px;
}

.blog-recipe .blog-recipe-list {
    padding: 0 23px;
}

.blog-recipe.article .heading_detail {
    margin-bottom: clamp(40px, calc(65 * (100vw / 1920)), 65px);
}

.blog-recipe.article .heading_detail p,
.blog-recipe.article .heading_detail h2 {
    max-width: 632px;
    margin: auto;
    text-align: center;
}

.blog-recipe.article .heading_detail h2 {
    padding-top: clamp(80px, calc(132 * (100vw / 1920)), 132px);
    padding-bottom: 15px;
}

.blog-recipe-slider {
    position: relative;
}

.blog-recipe-slider .square {
    top: 30%;
}


/* Blog-recipe Section Css End */


/* Footer Section Css Start */

.footer_top {
    padding-top: 190px;
    padding-bottom: clamp(30px, calc(50 * (100vw / 1920)), 50px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer .wrapper {
    max-width: 1558px;
}

.footer .group {
    --col: 2;
    --gapX: 30;
    --gapY: 0;
}

.footer .footer-item p {
    max-width: 670px;
}

.footer .footer-item img {
    height: 60px;
    margin-bottom: 37px;
}

.footer .footer-item .footer_item_wrap {
    max-width: 570px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.footer .footer-item .link_list button {
    border: 0;
    outline: 0;
    background-color: transparent;
    font-weight: 700;
    color: #8d7f77;
    font-size: var(--fzA1);
    margin-bottom: 3px;
    text-transform: uppercase;
}

.footer .footer-item .link_list li {
    margin-bottom: 13px;
}

.footer .footer-item .link_list li button,
.footer .footer-item .link_list li a {
    padding: 5px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.footer .footer-item .link_list li button.active {
    color: var(--tP);
}

.footer .footer-item .link_list li a:hover {
    border-bottom: 3px solid var(--cRed);
}

.tablet_item {
    display: none;
}

.footer_bottom p {
    text-align: center;
    margin-bottom: 0;
    padding: clamp(55px, calc(60 * (100vw / 1920)), 60px) 0 clamp(100px, calc(109 * (100vw / 1920)), 109px);
}

hr.footer {
    border-top: 2px solid #ccc5b8;
    opacity: 1;
    max-width: 1470px;
    margin: auto;
}

@media (max-width: 1558px) {
    hr.collection,
    hr.footer {
        margin-right: 40px;
        margin-left: 40px;
    }
}


/* Footer Section Css End */


/* About Page Css */

.page_header .hambargar {
    color: var(--tP);
}

.page_header .nav_bar .header_option a {
    color: var(--tRed) !important;
}

.page_header .nav_bar .header_option button i {
    color: var(--tP);
}

.page_header .nav_bar .header_option button span {
    background-color: var(--cP);
    color: var(--cWhite);
}

.page_hero {
    background-position: bottom center;
    background-size: cover;
}

.page_hero .hero-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 35px;
}

.page_hero h3 {
    max-width: 900px;
    margin: auto;
    text-align: center;
}


/* Who-we-are Section Css Start */

.who-we-are {
    padding-top: 70px;
    padding-bottom: 30px;
}

.who-we-are .wrapper {
    max-width: 1558px;
}

.who-we-are .group {
    --col: 2;
    --gapX: 70;
    --gapY: 0;
}

.who-we-are .who-we-are-content .thumbnail {
    --fit: 69.55;
}

.who-we-are .who-we-are-content p {
    padding-top: 8px;
    padding-bottom: 45px;
}

.who-we-are .who-we-are-content a {
    color: var(--tP);
}

.who-we-are .who-we-are-content a i {
    font-size: 12px;
    margin-left: 10px;
}

.who-we-are .who-we-are-content a:hover i::before {
    content: "\e903";
}

.who-we-are .who-we-are-content a:hover {
    color: var(--tRed);
}


/* Who-we-are Section Css End */

.about .comparison-slider-wrap .comparison-slider .divider {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient( 118deg, rgba(255, 141, 25, 1) 0%, rgba(201, 11, 0, 1) 100%);
}

.about .comparison-slider-wrap .comparison-slider .divider i {
    color: var(--tWhite);
}

/* .trip {
  	padding-top:350px;
    padding-bottom: 170px;
} */

.trip .bottom_croper {
    height: 21%;
}


/* Main-product Section Css Start */

.main-product {
    position: relative;
    z-index: 999;
    margin-top: -25px;
}

.main-product .wrapper {
    max-width: 1558px;
}

.main-product .group {
    --col: 2;
    --gapX: 0;
    --gapY: 0;
}

.main-product .main-product-details-content {
    --multiply: 0.82;
}

.main-product .main-product-details-content h2 {
    max-width: 556px;
    margin-bottom: 20px;
  margin-top:20px;
}

.main-product .main-product-details-content a {
    margin-top: 40px;
    /*   color: var(--tP); */
}


/* .main-product .main-product-details-content a:hover {
color: var(--tRed);
} */

.main-product .main-product-details-content a i {
    font-size: 12px;
    margin-left: 10px;
}

.main-product .main-product-details-content a:hover i::before {
    content: "\e903";
}

.main-product .main-product-photo-content {
    --multiply: 1.18;
}

.main-product .main-product-photo-content img {
    width: 100%;
    transform: scale(1.1);
    position: relative;
    top: -60px;
}

.product-slider.about {
    padding-top: 60px;
    padding-bottom: calc(198px - 50px);
}


/* Main-product Section Css Start */


/* Blog Page */

.page_hero.blog h3 {
    max-width: 700px;
}


/*  blog-tab Section Css Start */

.blog-tab .tab_content {
    padding-bottom: 60px;
}

.blog-tab .wrapper {
    max-width: 1558px;
}

.blog-tab .group {
    --col: 3;
    --gapX: 45;
    --gapY: 45;
}

.blog-tab .tab_list {
    display: flex;
    justify-content: center;
    padding-top: 128px;
    padding-bottom: 50px;
}

.blog-tab .tab_list li {
    margin: 0 16px;
}

.blog-tab .tab_list li button {
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
    padding: 16px 39px;
    background-color: transparent;
    position: relative;
    transition: 0.2s;
    white-space: nowrap;
}

.blog-tab .tab_list li button:not(.active)::after {
    content: "";
    left: 50%;
    background-color: var(--tRed);
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 5px;
    transform: translateX(-50%);
    transition: 0.2s;
}

.blog-tab .tab_list li:hover button::after {
    width: 55%;
}

.blog-tab .tab_list li button.active {
    background-color: var(--cP);
    color: var(--tWhite);
    border-radius: 6px;
}

.blog-tab .tab_list li button.active:hover {
    color: var(--tWhite);
}

.blog-tab .tab_list li button:hover {
    color: var(--tRed);
}

.blog-tab .blog-tab-list {
    opacity: 0;
    display: none;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

.blog-tab .blog-tab-list.active {
    display: block;
    animation: fadeIn 1s ease forwards;
}

.blog-tab .blog-item .details {
    padding: 24px;
}

.blog-tab .blog-item .details h5 {
    margin-top: 10px;
    margin-bottom: 12px;
}

.blog-tab .blog-item .details a {
    margin-top: 22px;
    color: var(--tP);
}

.blog-tab .blog-item .details a:hover {
    color: var(--tRed);
}

.blog-tab .blog-item .details a i {
    font-size: 12px;
}

a span.animate {
    overflow: hidden;
    display: inline-flex;
    margin-left: 10px;
}

a span.animate i {
    margin-left: -8px;
    transition: 0.2s;
}

a:hover span.animate i {
    margin-left: 0;
}

.blog-tab .link_to {
    padding-top: 43px;
    text-align: center;
}


/*  blog-tab Section Css End */

.blog_page {
    padding-bottom: 30px;
}


/* Product Page */

.page_hero.product {
    max-height: 283px;
}

.procuct_page_title {
    display: none;
}

.add_banner {
    position: relative;
    z-index: 3;
    margin-top: -120px;
}

.add_banner .banner_inner {
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.add_banner .banner_inner h2 {
    color: var(--tWhite);
    margin-bottom: 0;
    margin-right: 50px;
}

.add_banner .banner_inner a {
    border: 3px solid var(--cWhite);
    border-radius: 6px;
    display: inline-block;
    padding: 19.5px 92.5px;
    color: var(--tWhite);
}

.page_hero.product .wrapper {
    z-index: 0;
}

.product-tab {
    padding-bottom: 70px;
}

.product-tab .tab_list {
    padding-top: 80px;
}

.product-tab .tab_list li {
    margin: 0 0px;
}

.product-tab .tab_list li:hover button::after {
    width: 70%;
}

.prod-item {
    text-align: center;
}

.prod-item h5 {
    margin-top: 60px;
    padding: 5px 0;
}

.prod-item:hover button.btn-cart,
button.btn-cart:hover {
    background-color: var(--cP);
    color: var(--tWhite);
    border-color: var(--cP);
}

.tab_content .product-tab-list {
    opacity: 0;
    display: none;
}

.tab_content .product-tab-list.active {
    display: block;
    animation: fadeIn 1s ease forwards;
}

.product-tab .tab_content .link_to {
    padding-top: 70px;
    text-align: center;
}

.product-tab .product-tab-list .group {
    --col: 4;
    --gapX: 10;
    --gapY: 60;
}

.page_hero.details_blog .page_title {
    display: none;
}

.page_hero.details_blog .wrapper {
    padding: 0;
}

.page_hero.details_blog .hero-title-box {
    padding: 19px;
}


/* Details-blog Section Css Start */

.details-blog .wrapper {
    max-width: 1558px;
}

.details-blog .details-blog-content .banner {
    text-align: center;
}

.details-blog .details-blog-content a {
    color: var(--tP);
    margin-bottom: 32px;
}

.details-blog .details-blog-content a:hover {
    color: var(--tRed);
}

.details-blog .details-blog-content a span.after_bottom {
    margin-left: 10px;
}

.details-blog .details-blog-content a span.animate {
    overflow: hidden;
    display: inline-flex;
    margin-left: 0px;
    transform: rotate(180deg);
    width: 30px;
}

.details-blog .details-blog-content a span.animate i {
    font-size: 12px;
    margin-left: -10px;
}

.details-blog .details-blog-content a:hover span.animate i {
    margin-left: 0;
}

.details-blog .details-blog-content .publish_date_time {
    font-style: italic;
    font-weight: 600;
    font-family: "Gilroy";
}

.details-blog .details-blog-content .banner_img {
    --fit: 33.87;
    margin-top: 45px;
    margin-bottom: 95px;
}

.details-blog .details-blog-content .banner_img .tablet {
    display: none;
}

.details-blog .details-blog-content .details_box {
    max-width: 960px;
    margin: auto;
}

.details-blog .details-blog-content {
    padding-top: 83px;
}

.details-blog .details-blog-content .link_to {
    text-align: center;
    padding-bottom: 104px;
    padding-top: 66px;
}

.center_img_box {
    padding: 60px 0;
    --col: 3;
    --gapX: 40;
    --gapY: 0;
}

.center_img_box .center_img_item {
    line-height: 0;
    --fit: 21.9;
}

.center_img_box .center_img_item img {
    width: 100%;
}


/* Details-blog Section Css End */

.blog-recipe.details_blog {
    padding-bottom: 130px;
}


/* Contact page */

.page_hero.contact h3 {
    max-width: 700px;
}


/* Contact Section Css Start */

.contact {
    padding-top: 80px;
    padding-bottom: 164px;
}

.contact .wrapper {
    max-width: 1558px;
}

.contact .group {
    --col: 2;
    --gapX: 85;
    --gapY: 0;
}

.contact .contact-details-box h2 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.contact .contact-details-box .contact_link {
    margin-top: 28px;
}

.contact .contact-details-box .contact_link a {
    display: inline-block;
    margin-left: 15px;
    color: var(--tP);
}

.contact .contact-details-box .contact_link a.email {
    color: var(--tRed);
    text-transform: lowercase;
}

.contact .contact-details-box .sketch-fit {
    --fit: 69.8;
}

.contact .contact-form-content p {
    margin-top: 85px;
    margin-bottom: 50px;
}

.contact .contact-form-content .wrap:not(.texta) {
    align-items: center;
    margin-bottom: 24px;
}

.contact .contact-form-content label {
    width: 175px;
}

.contact .contact-form-content input,
.contact .contact-form-content textarea {
    width: calc(100% - 175px);
    border: 1px solid #e6decf;
    outline: 0;
    border-radius: 6px;
    padding: 20px 45px;
    color: var(--tP);
    font-size: 16px;
}

.contact .contact-form-content label[for="email"] {
    position: relative;
    color: var(--tP);
}

.contact .contact-form-content label[for="email"]::after {
    content: "*";
    position: absolute;
}

input[required] {
    border: 1.5px solid #8d7f77 !important;
}

.contact .contact-form-content textarea {
    height: 270px;
}

.contact .contact-form-content button {
    margin-left: 175px;
    margin-top: 47px;
    padding: 26px 64px;
    font-weight: 700;
}

label[for="message"] {
    margin-top: 20px;
}

.imprint h3 {
    max-width: 600px;
}


/* Contact Section Css Start */


/* Imprint-main Section Css Start */

.imprint_body {
    padding-top: 70px;
    padding-bottom: 60px;
}

.imprint_body .wrapper {
    max-width: 1558px;
}

.imprint-section {
    padding-top: 90px;
}

.imprint-section:not(:last-child) .detail-item {
    border-bottom: 1px solid #ccc5b8;
}

.imprint-section .group {
    --col: 2;
    --gapX: 45;
    --gapY: 0;
}

.imprint-section .heading-item {
    --multiply: 0.701;
}

.imprint-section .heading-item h4 {
    font-size: var(--fzH4);
}

.imprint-section .detail-item {
    --multiply: 1.299;
    padding-bottom: 90px;
}

.imprint-section .detail-item .contact_link {
    padding-top: 25px;
    padding-bottom: 45px;
}

.imprint-section .detail-item span {
    font-size: var(--fzT1);
}

.imprint-section .detail-item .label {
    width: 240px;
    display: inline-block;
}

.imprint-section .detail-item .contact_link a {
    display: inline-block;
    color: var(--tP);
    font-size: var(--fzT1);
}

.imprint-section .detail-item .contact_link a.email {
    color: var(--tRed);
    text-transform: lowercase;
}

.imprint-section .detail-item .detail {
    color: var(--tP);
}

.imprint-section .detail-item .more {
    padding-bottom: 40px;
}


/* Imprint-main Section Css End */


/* This-product Section Css Start */

.this-product {
    padding-top: 85px;
    padding-bottom: 145px;
}

.this-product .wrapper {
    max-width: 1558px;
}

.this-product .group {
    --col: 2;
    --gapX: 57;
    --gapY: ;
}

.this-product .link_to a {
    color: var(--tP);
    margin-bottom: 32px;
}

.this-product .link_to h2 {
    margin-bottom: 18px;
}

.this-product .link_to a:hover {
    color: var(--tRed);
}

.this-product .details-box .price_quantity,
.this-product .details-box .price_per,
.this-product .details-box .quantity_picker {
    display: flex;
    align-items: center;
}

.this-product .details-box .quantity {
    position: relative;
}

.this-product .details-box .quantity button {
    position: absolute;
    right: 2px;
    background-color: transparent;
    font-size: 10px;
    width: 23px;
    height: 15px;
    padding: 18px;
}

.this-product .details-box .quantity button.btn_minus {
    bottom: 0;
    color: #ccc5b8;
}

.this-product .details-box .price_quantity input {
    border-radius: 6px;
    background-color: #fff;
    height: 60px;
    width: 105px;
    margin-left: 25px;
    outline: 0;
    border: 1px solid #e6decf;
    text-align: center;
    font-size: var(--fzT2);
    color: var(--tP);
    padding-right: 15px;
}

.this-product .details-box .price_quantity p {
    text-transform: uppercase;
    font-weight: 700;
}

.this-product .details-box .price_per {
    margin-left: 48px;
}

.this-product .details-box .price_per p.price_lbl {
    margin-right: 25px;
}

.this-product .details-box .price_per p span {
    font-size: var(--fzH2);
    color: var(--tP);
    font-weight: 900;
}

.this-product .details-box .price_per p sup {
    color: var(--tP);
    font-size: 28.57px;
    position: relative;
    top: -10px;
    padding: 0 4px;
    font-weight: 900;
}

.this-product .price_quantity {
    padding-top: 53px;
    padding-bottom: 66px;
    border-bottom: 1px solid #ccc5b8;
}

.this-product .link_button_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.this-product .paypal_access {
    display: inline-block;
    border: 2px solid #8d7f77;
    border-radius: 6px;
    padding: 20.5px 40px;
    margin-bottom: 20px;
}

.this-product .add_to_cart {
    outline: 0;
    border: 2px solid var(--cRed);
    border-radius: 6px;
    color: var(--tRed);
    padding: 20px 43.4px;
    display: inline-block;
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}

.this-product .add_to_cart i {
    font-size: 19px;
    margin-right: 5px;
}

.this-product a span.animate {
    overflow: hidden;
    display: inline-flex;
    margin-left: 0px;
    margin-right: 15px;
    transform: rotate(180deg);
}

.this-product a span.animate i {
    font-size: 12px;
    margin-left: -10px;
}

.this-product a:hover span.animate i {
    margin-left: 0;
    color: var(--tRed);
}

.this-product a:hover span.animate .after_bottom {
    margin-right: 15px;
}

.this-product .link_button_wrap {
    padding-top: 10px;
}

.this-product .thumbnail_slider {
    position: relative;
}

.this-product .thumbnail_slider_wrap {
    width: 80%;
    margin: auto;
    margin-top: 16px;
}

.this-product .thumbnail_slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 12px;
    cursor: pointer;
    padding: 20px 0 20px 20px;
}

.this-product .thumbnail_slider button.disable {
    color: #ccc5b8;
}

.this-product .thumbnail_slider button.prev_arrow {
    left: 0;
    transform: rotateY(180deg);
}

.this-product .thumbnail_slider button.next_arrow {
    right: 0;
}

.this-product .thumbnail_slider button span {
    overflow: hidden;
    display: block;
}

.this-product .thumbnail_slider button span i {
    margin-left: -7px;
    transition: 0.3s;
}

.this-product .thumbnail_slider button:hover span i {
    margin-left: 0;
}

.this-product .thumbnail_slider .img_box {
    padding: 0 10px;
}

.this-product .thumbnail_slider .img_box img {
    width: 100%;
}

.this-product .photo-content .product_slider {
    margin-top: 63px;
}

.this-product .photo-content .product_slider .product_item {
    position: relative;
}

.this-product .photo-content .product_slider .product_item .img_box {
    max-width: 75%;
    margin: auto;
}

.this-product .photo-content .product_slider .product_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-image: linear-gradient( to bottom, rgba(240, 234, 223, 0), rgba(240, 234, 223, 1));
    border-bottom: 6px solid #ccc5b8;
}

.this-product .photo-content .product_slider .product_item .img_box img {
    width: 100%;
    position: relative;
    z-index: 2;
}

hr.collection.this_product {
    border-top: 2px solid #ccc5b8;
}

.display_tablet {
    display: none;
}


/* This-product Section Css Start */


/* Info Section Css Start */

.info .background_wrap {
    background-image: linear-gradient( to bottom, rgba(240, 234, 223, 0), rgba(240, 234, 223, 1));
    margin-left: 44px;
    margin-right: 44px;
    padding: 145px 0;
    border-bottom: 4px solid #ccc5b8;
}

.info .wrapper {
    max-width: 1558px;
}

.info .group {
    --col: 3;
    --gapX: 40;
}

.info .info-item {}

.info .info-item .icon_box {
    max-width: 418px;
}

.info .info-item .icon_box .img_box {
    margin-bottom: 12px;
}

.info .info-item .icon_box i {
    font-size: 53px;
}

.info .info-item .icon_box h6 {
    margin-bottom: 22px;
}

.info .info-item .icon_box .paiment_method {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.info .info-item .icon_box .paiment_method img {
    height: 33px;
    margin-bottom: 10px;
}

.info .info-item:last-child .icon_box {
    margin-left: auto;
}

hr.info {
    border-top: 4px solid #ccc5b8;
    opacity: 1;
}


/* Info Section Css End */

.product-slider.details_page {
    padding-bottom: 155px;
}

.popup_message {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(252, 250, 245, 0.8);
    z-index: 9999;
    overflow: hidden;
    padding: 16px;
}

.popup_message .center_box {
    background-color: var(--cWhite);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 70px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.popup_message .center_box img {
    height: 57px;
    margin-bottom: 35px;
}

.popup_message .center_box h6 {
    font-size: ;
}

.popup_message a[class*="primary"] {
    padding: 23.5px 20px;
    width: 145px;
}

.popup_message .link_wrap {
    margin-top: 40px;
    --space: 20;
    justify-content: center;
}

.popup_message .disable {
    border: 3px solid #CCC5B8;
    padding: 23.5px 20px;
    color: #CCC5B8;
    width: 145px;
    background-color: var(--cWhite);
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    [class*="wrapper"] {
        padding-left: 49px;
        padding-right: 49px;
    }
    .blog-recipe.article .heading_detail {
        padding: 0 49px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    [class*="wrapper"] {
        padding-left: 44px;
        padding-right: 44px;
    }
}


/* X-Large devices (large desktops, less than 1400px) */

@media (max-width: 1399.98px) {
    .hero .product_img {
        width: 50%;
        background-size: 750px;
        background-position: top 54% left 0;
    }
    .inspiration .inspiration.group {
        --col: 3;
        --gapX: 35;
    }
    .article .wrapper {
        max-width: 1550px;
        margin-top: -188px;
    }
    .main-product .wrapper {
        max-width: 100%;
        overflow: hidden;
        padding-top: 30px;
    }
    .main-product .main-product-details-content {
        --multiply: 1;
    }
    .main-product .main-product-photo-content {
        --multiply: 1;
    }
    .main-product .main-product-photo-content img {
        width: auto;
        transform: scale(1.1);
        position: static;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    h1 {
        font-size: calc(var(--fzH1) * 0.92);
    }
    .header .nav_bar .brand_logo img {
        max-height: 50px;
    }
    .hero .side_bg {
        max-width: 50%;
        overflow: hidden;
    }
    .header .nav_bar nav ul li {
        margin-right: clamp(10px, calc(25 * (100vw / 1920)), 50px);
    }
    .hero .product_img {
        background-position: top 54% left 0;
    }
    .self-made .bottom_croper {
        height: 16%;
    }
    .who-we-are .group {
        --col: 2;
        --gapX: 45;
        --gapY: 0;
    }
    .product-tab .product-tab-list .group {
        --col: 3;
    }
    .product-tab .tab_list li {
        margin: 0 !important;
    }
    .product-tab .tab_list li button {
        padding: 16px 25px;
    }
    .product-tab .tab_list li button {
        padding: 16px 15px !important;
    }
    .contact .group {
        --gapX: 45;
    }
    .contact .contact-form-content p {
        margin-top: 50px;
    }
    .contact .contact-form-content textarea {
        height: 200px;
    }
    .imprint-section .group {
        --col: 1;
        --gapX: 0;
        --gapY: 0;
        justify-content: space-between;
    }
    .imprint-section .heading-item {
        width: 320px;
    }
    .imprint-section .detail-item {
        width: 60%;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    h1 {
        font-size: calc(var(--fzH1) * 0.846);
    }
    .hero .wrapper {
        padding: 60px 40px clamp(130px, calc(150 * (100vw / 1920)), 150px);
    }
    .hero {
        background-position: top left 33%;
    }
    .hero .side_bg img {
        width: auto;
        height: auto;
    }
    .hero .product_img {
        background-size: 819px;
        background-position: top 59% left 30px;
    }
    .header .nav_bar nav {
        display: none;
    }
    [data-style*="right-to-left"] {
        display: block;
    }
    .hambargar {
        display: block;
    }
    .header .nav_bar .header_option a {
        margin-right: 20px;
        border-color: var(--cRed);
        color: var(--tRed) !important;
    }
  .header .nav_bar .header_option button svg,
    .header .nav_bar .header_option button i {
        color: currentColor;
    }
    .header .nav_bar .header_option button span {
        background-color: var(--cP);
        color: var(--tWhite);
    }
    .product-slider .product-slider-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .square {
        top: auto;
        bottom: -170px;
    }
    .square.prev_arrow {
        right: 80px;
    }
    .inspiration .inspiration.group {
        --col: 2;
        --gapX: 65;
        --gapY: 45;
        justify-content: center;
    }
    .about-myself .wrapper-design {
        padding: 0;
    }
    .comparison-slider-wrap .comparison-slider img.desktop {
        display: none;
    }
    .comparison-slider-wrap .comparison-slider img.tablet {
        display: block;
    }
    .comparison-slider-wrap .comparison-slider .resize {
        left: -14.5%;
    }
    .comparison-slider-wrap .comparison-slider .resize>img {
        margin-left: 14.3vw;
    }
    .comparison-slider-wrap .comparison-slider .divider {
        margin-left: -14.5%;
    }
    .about-myself .details .right_content {
        margin-right: 0;
        margin-left: 32vw;
    }
/*     .self-made {
        padding-top: 173px;
    } */
    .self-made .self-made-content {
        padding-bottom: 300px;
    }
    .self-made .bottom_croper {
        background-position: bottom left 92%;
    }
    .collection .group {
        --col: 2;
        --gapX: 65;
    }
    .collection h2 {
        font-size: calc(var(--fzH2) * 0.8);
    }
    .collection .collection-item .after .img_box img {
        margin-top: 20px;
        max-width: 85% !important;
    }
    .article .wrapper {
        margin-top: -238px;
    }
    .brand-logo .brand-logo-content,
    .brand-logo .brand-logo-detail-box {
        --multiply: 1;
    }
    .brand-logo .group {
        --gapX: 0;
        --gapY: 30;
    }
    .blog-recipe-slider .square {
        position: static;
        display: inline-block;
        margin: 70px 7px 0;
    }
      section.product-slider .square {
    position: static;
    display: inline-block;
    margin: 70px 7px 0;
}    
    
          
    .blog-recipe-slider {
        text-align: center;
    }
    .blog-recipe .recipe-slider-wrapper {
        text-align: left;
    }
    .blog-recipe .recipe-slider-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog-recipe .blog-recipe-list {
        padding: 0 33px;
    }
    .blog-recipe .slick-list {
        margin-left: -33px;
        margin-right: -33px;
    }
    hr.collection,
    hr.footer {
        margin-right: 44px;
        margin-left: 44px;
    }
    .footer_top {
        padding-top: 323px;
        background-size: 184%;
        background-position: top left;
    }
    .footer .footer-item:nth-child(2) {
        display: none;
    }
    .footer .group {
        --col: 1;
    }
    .footer .footer-item p {
        max-width: 100%;
    }
    .footer .footer-item.tablet_item {
        display: block;
        margin-top: 60px;
    }
    .footer .footer-item.tablet_item .link_list {
        display: flex;
        justify-content: space-between;
    }
    /* About Page Start */
    .page_header .nav_bar .header_option {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        margin-right: 35px;
    }
    .page_hero .bottom_croper {
        background-position: bottom left 0;
        height: 48px;
    }
    .page_hero .hero-title-box {
        padding-bottom: 70px;
    }
    .page_hero {
        background-size: 189%;
        background-position: bottom;
    }
    .page_hero.product {
        background-size: cover;
    }
    .who-we-are .group {
        --col: 1;
        --gapX: 0;
        --gapY: 65;
        flex-direction: column-reverse;
    }
    .trip {
        padding-top: 267px;
        padding-bottom: 50px;
    }
    .main-product .main-product-photo-content img {
        margin-left: 30px;
    }
    .product-slider.about {
        padding-top: 95px;
        padding-bottom: 12px;
        margin-bottom: -57px
    }
    .footer_top.about {
        background-position: top left;
        padding-top: 365px;
    }
    .product-slider.about button {
        display: none !important;
    }
    .page_hero.blog {
        background-size: cover;
    }
    .blog-tab .group {
        --col: 2;
        --gapX: 65;
    }
    .collection.blog_page .wrapper {
        padding-bottom: 0px;
    }
    .blog-tab .tab_list li button {
        padding: 16px 22px;
    }
    .blog-tab .tab_list li {
        margin: 0 10px;
    }
    .blog_page {
        padding-bottom: 5px;
    }
    .add_banner .wrapper-design {
        padding: 0;
    }
    /* .add_banner .banner_inner h2 {
margin-right: 35px;
} */
    .add_banner .banner_inner a {
        padding: 19.5px 41px;
    }
    .center_img_box {
        padding: 60px 0;
        --col: 3;
        --gapX: 35;
    }
    .details-blog .details-blog-content .banner_img .tablet {
        display: block;
    }
    .details-blog .details-blog-content .banner_img .desktop {
        display: none;
    }
    .details-blog .details-blog-content .banner_img {
        --fit: 55.6;
    }
    .contact .group {
        --gapX: 0;
        --col: 1;
    }
    .contact .contact-details-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact .contact-details-box .details {
        margin-bottom: 130px;
    }
    .contact .contact-details-box .sketch-fit {
        --fit: 52.25;
    }
    .contact .contact-form-content p {
        margin-top: 85px;
    }
    .contact {
        padding-bottom: 6px;
    }
    .contact .detail_body {
        display: flex;
    }
    .contact .contact-details-box .contact_link {
        margin-top: 0px;
        margin-left: 47px;
    }
    .imprint-section .detail-item {
        width: calc(100% - 320px - 30px);
    }
    .page_hero.imprint {
        background-size: cover;
    }
    .imprint_body {
        padding-bottom: 10px;
    }
    .this-product .group {
        --col: 1;
        --gapX: 0;
        --gapY: ;
    }
    .display_tablet {
        display: block;
        text-align: center;
    }
    .this-product .details-box .link_to {
        display: none;
    }
    .this-product .details-box h2 {
        visibility: hidden;
    }
    .this-product .details-box .price_qty_cart {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }
    .this-product .link_button_wrap {
        padding-top: 0px;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 458px;
        padding-bottom: 56px;
    }
    .this-product .link_button_wrap {
        align-items: baseline;
    }
    .this-product {
        padding-top: 85px;
        padding-bottom: 55px;
    }
    .this-product .price_quantity {
        border-bottom: 0;
    }
    .this-product .paypal_access {
        padding: 18.5px 16px;
    }
    .this-product .add_to_cart {
        padding: 18px 39.4px;
    }
    .this-product .details-box .price_per {
        margin-left: 23px;
        margin-right: 20px;
    }
    .info .background_wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .info .group {
        --col: 2;
        --gapX: 40;
        --gapY: 20;
    }
/*           .self-made {
            padding-top: 400px;
          } */
          
.trip {
  padding-top:300px;
}
    
}

@media (max-width: 880px) {
    .product-tab .tab_list li button {
        font-size: 11px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .header {
        padding-top: 47px;
    }
    .hero .wrapper {
        padding: 83px 40px clamp(0px, calc(60 * (100vw / 1920)), 150px);
        padding-bottom: 288px;
    }
    .header .nav_bar .header_option a {
        display: none;
    }
    .hero h1 {
        font-size: calc(var(--fzH1) * 1.1);
    }
    .hero p.lg {
        font-size: calc(var(--fzT1) * 1.2);
    }
    .hero .side_bg {
        display: none;
    }
    .hero .product_img {
        background-size: 100%;
        background-position: top center;
        position: absolute;
        top: 77%;
        height: 815px;
        width: 100%;
        background-image: url(../../../images/bottles2.png);
    }
    .hero .bottom_croper {
        display: none;
    }
    .hero .hero-details-box {
        width: 100%;
    }
    .hambargar {
        color: currentColor;
    }
    .header .nav_bar .header_option {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: flex-end;
        padding-right: 30px;
    }
    .hero .hero-details-box {
        padding-top: 25px;
    }
    .hero {
        padding-top: 120px;
        position: relative;
        background-size: cover;
        background-position: center left 73%;
    }
    .hero .hero-details-brief p {
        padding-top: 31px;
        padding-bottom: 98px;
    }
    .inspiration .inspiration.group {
        --col: 1;
        --gapX: 16;
        justify-content: center;
    }
    .inspiration .wrapper {
        margin-top: -309px;
    }
    .about-myself {
        display: none;
    }
    .article .heading_details p,
    .article .heading_details h2 {
        max-width: 491px;
    }
    .only_mobile {
        display: block;
        padding-top: 380px;
    }
    .only_mobile .list .sketch-fit {
        --fit: 100;
    }
    .only_mobile .list:hover .afterTwo::after {
        background-image: linear-gradient(to right, #ff8d19, #c90b00);
    }
    .only_mobile .list .details {
        padding: 75px 0 50px;
    }
    .only_mobile .list .details a {
        margin-top: 50px;
    }
    .only_mobile .list .details h2 {
        margin-bottom: 50px;
    }
    .product-slider .product-slider-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .self-made .bottom_croper {
        background-position: bottom left 48%;
    }
    .self-made .bottom_croper {
        height: 8%;
    }
    .hero .hero-details-brief {
        max-width: 100%;
    }
    .product-slider {
        padding-top: clamp(200px, calc(675 * (100vw / 768)), 675px);
    }
    .product-slider .link_to {
        width: calc(100% - 150px);
    }
    .collection .group {
        --col: 1;
        --gapX: 16;
        --gapY: 60;
    }
    .collection .wrapper {
        padding-top: 60px;
    }
    hr.collection,
    hr.footer {
        margin-right: 49px;
        margin-left: 49px;
    }
    .footer_top {
        background-image: url(../../../images/footer_bg_mobile.jpg);
        padding-top: 286px;
        background-position: center;
        background-size: cover;
    }
    .page_header .nav_bar .header_option {
        margin-right: 0px;
    }
    .page_hero {
        background-size: 238%;
        background-position: bottom right 41%;
    }
    .page_hero .bottom_croper {
        display: block;
    }
    .page_hero .wrapper {
        padding-bottom: 210px;
        padding-top: 115px;
    }
    .page_hero .bottom_croper {
        background-position: bottom left 49%;
    }
    .main-product {
        margin-top: 160px;
    }
    .main-product .group {
        --col: 1;
    }
    .main-product .main-product-photo-content img {
        margin-top: 132px;
        height: 101vw;
        margin-left: -16vw;
    }
    .product-slider.about .link_to {
        width: 100%;
    }
    .product-slider.about {
        padding-bottom: 75px;
        margin-bottom: 0px;
    }
    .blog_page {
        padding-bottom: 187px;
    }
    .blog-tab .group {
        --col: 1;
        --gapX: 16;
    }
    .blog-tab .tab_list li {
        margin: 0 0px;
    }
    .add_banner .banner_inner {
        flex-direction: column;
    }
    .add_banner .banner_inner a {
        padding: 16.5px 41px;
        margin-top: 10px;
    }
    .add_banner .banner_inner h2 {
        margin-right: 0;
    }
    .product-tab .product-tab-list .group {
        --col: 2;
    }
    .page_hero.product {
        background-size: cover;
        background-position: bottom left 7%;
    }
    .center_img_box {
        flex-flow: wrap;
    }
    .center_img_box .center_img_item {
        --fit: 46.6;
    }
    .center_img_box {
        padding: 60px 0;
        --col: 2;
        --gapX: 30;
        --gapY: 30;
    }
    .center_img_box .center_img_item:last-child {
        --multiply: 2;
    }
    .details-blog .wrapper.mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .details-blog .details-blog-content .banner_img {
        --fit: 73.5;
    }
    .contact .detail_body {
        display: flex;
        flex-direction: column;
    }
    .contact .contact-details-box .contact_link {
        margin-top: 28px;
        margin-left: 0px;
    }
    .contact .contact-details-box .details {
        margin-bottom: 100px;
    }
    .contact .contact-details-box .sketch-fit {
        --fit: 103;
    }
    .contact .contact-details-box h2 {
        font-size: 8vw;
    }
    .imprint-section .detail-item {
        width: 100%;
    }
    .imprint-section .heading-item h4 {
        margin-bottom: 28px;
    }
    .info .group {
        --col: 1;
        --gapX: 0;
        --gapY: 80;
    }
    .this-product .thumbnail_slider {
        text-align: center;
        padding-left: 49px;
        padding-right: 49px;
    }
    .this-product .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .this-product .thumbnail_slider button {
        position: static;
        top: 100%;
        display: inline-flex;
        transform: translateY(0);
        padding: 15px;
    }
    .this-product .thumbnail_slider button.next_arrow span {
        margin-top: 5px;
        display: block;
    }
    .this-product .details-box h2 {
        line-height: 20px;
    }
    .this-product .details-box {
        padding-left: 49px;
        padding-right: 49px;
    }
    .this-product .details-box .price_qty_cart {
        justify-content: center;
    }
    .info .info-item .icon_box {
        max-width: 100%;
    }
    .info .info-item .icon_box .paiment_method {
        justify-content: flex-start;
        margin-left: -10px;
    }
    .info .info-item .icon_box .paiment_method img {
        margin-left: 10px;
    }
    .product-slider.details_page {
        padding-top: 160px;
    }
    .this-product .thumbnail_slider_wrap {
        width: 100%;
    }
          .self-made.trip .wrapper{
            max-width:100%;
}

@media (max-width: 750px) {
    .blog-tab .tab_list {
        justify-content: flex-start;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .blog-tab .tab_list::-webkit-scrollbar {
        display: none;
    }
    .product-tab .tab_list li button {
        font-size: 12px;
    }
}

@media (max-width: 700px) {
    .hero h1 {
        font-size: calc(var(--fzH1) * 0.846);
    }
    .hero p.lg {
        font-size: calc(var(--fzT1) * 1);
    }
    .footer .footer-item.tablet_item {
        display: none;
    }
    .footer .footer-item:nth-child(2) {
        display: block;
        margin-top: 60px;
    }
    .page_hero .wrapper {
        padding-bottom: 180px;
        padding-top: 90px;
    }
    .blog-tab .tab_list {
        justify-content: flex-start;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .blog-tab .tab_list::-webkit-scrollbar {
        display: none;
    }
}


/* X-Small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    h1 {
        font-size: calc(var(--fzH1) * 0.65);
    }
    body {
        font-size: calc(var(--fzT2) * 0.8);
    }
    h2 {
        font-size: calc(var(--fzH2) * 0.65);
    }
    h3 {
        font-size: calc(var(--fzHero) * 0.77);
    }
    h5 {
        font-size: calc(var(--fzH3) * 0.65);
    }
    p.lg {
        font-size: calc(var(--fzT1) * 0.8);
    }
    p.sm {
        font-size: calc(var(--fzT3) * 0.8);
    }
    a {
        font-size: var(--fzA1);
    }
    /* a[class*="primary"],
button[class*="primary"] {
  padding: 20px 45px;
} */
    .inspiration .inspiration.group {
        --col: 1;
    }
    .inspiration .inspiration-blog-list .details {
        padding: 15px 0px;
    }
    a[class*="secondary"],
    button[class*="secondary"] {
        padding: 21.5px 45px;
    }
    .hero .wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header {
        padding-top: 30px;
    }
    .product-slider {
        padding-top: clamp(200px, calc(550 * (100vw / 768)), 675px);
    }
    .only_mobile {
        padding-top: 280px;
    }
    .only_mobile .list .details {
        padding: 35px 0;
    }
    .only_mobile .list .details a {
        margin-top: 30px;
    }
    .only_mobile .list .details h2 {
        margin-bottom: 30px;
    }
    .brand-logo .phone {
        display: block;
    }
    .brand-logo .uptoTablet {
        display: none;
    }
    .blog-recipe.article .heading_detail p,
    .blog-recipe.article .heading_detail h2 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blog-recipe .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }
    .blog-recipe .blog-recipe-list {
        padding: 0 0px;
    }
    hr.collection,
    hr.footer {
        margin-right: 16px;
        margin-left: 16px;
    }
    .page_hero {
        background-size: cover;
        background-position: bottom right 41%;
    }
    .add_banner .banner_inner a {
        padding: 10.5px 33px;
        margin-top: 19px;
    }
    .prod-item h5 {
        margin-top: 35px;
    }
    .contact .contact-form-content label {
        width: 120px;
    }
    .contact .contact-form-content input,
    .contact .contact-form-content textarea {
        width: calc(100% - 120px);
        padding: 16px 32px;
    }
    .contact .contact-form-content button {
        margin-left: 120px;
    }
    .this-product .thumbnail_slider,
    .this-product .details-box {
        padding-left: 16px;
        padding-right: 16px;
    }
    .this-product .details-box .price_quantity {
        flex-flow: wrap;
    }
}

@media (max-width: 500px) {
    .this-product .link_button_wrap {
        flex-direction: column;
        align-items: center;
    }
    .this-product .details-box .price_per p span {
        font-size: calc(var(--fzH2)*.6);
    }
    .this-product .details-box .price_per p sup {
        font-size: 16.57px;
    }
    .this-product .details-box .price_quantity input {
        width: 72px;
    }
    .this-product .details-box .quantity button {
        font-size: 7px;
        padding: 10px;
    }
    .this-product .details-box .price_quantity input {
        height: 45px;
    }
}

@media (max-width: 470px) {
    .hero .wrapper {
        padding-bottom: 130px;
    }
    .hero .product_img {
        height: 500px;
    }
    .header .nav_bar .brand_logo {
        margin-right: 0;
    }
    .header .nav_bar .header_option button {
        margin-left: 10px;
    }
    .header .nav_bar .header_option {
        padding-right: 25px;
    }
    .hambargar {
        font-size: 10px;
    }
  
  .header .nav_bar .header_option button svg,
    .header .nav_bar .header_option button i {
        font-size: 17px;
    }
    .header .nav_bar .header_option button span {
        width: 15px;
        height: 15px;
        font-size: 10px;
    }
    .header .nav_bar .brand_logo img {
        max-height: 40px;
    }
    h1 {
        font-size: calc(var(--fzH1) * 0.6);
    }
    a[class*="primary"],
    button[class*="primary"] {
        padding: 28px 16px;
    }
    .hero {
        padding-top: 88px;
        padding-bottom: 50px;
    }
    .hero .hero-details-box {
        width: 100%;
    }
    .hero .hero-details-brief p {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .hero h1 {
        font-size: calc(var(--fzH1) * 0.6);
    }
    .product-slider-item h5 {
        margin-top: 35px;
    }
    .footer .footer-item .footer_item_wrap {
        flex-flow: wrap;
    }
    .contact .contact-details-box h2 {
        font-size: calc(var(--fzH2) * 0.8);
    }
}


      
