:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}

/* Product carousel — 2026 redesign */
.te-product-carousel {
    --te-pc-primary: #ef4056;
    --te-pc-panel: #da2f4f;
    --te-pc-card: #fff;
    --te-pc-text: #3f4064;
    --te-pc-panel-width: 205px;
    --te-pc-radius: 20px;
    display: flex;
    width: 100%;
    min-height: 342px;
    overflow: hidden;
    direction: rtl;
    background: var(--te-pc-primary);
    border: 1px solid var(--te-pc-primary);
    border-radius: var(--te-pc-radius);
    box-sizing: border-box;
}
.te-product-carousel__panel {
    width: var(--te-pc-panel-width);
    min-width: var(--te-pc-panel-width);
    padding: 26px 24px 20px;
    color: #fff;
    background: var(--te-pc-panel);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}
.te-product-carousel__panel-image {
    display: block;
    width: auto;
    max-width: 120px;
    max-height: 64px;
    object-fit: contain;
    margin: 0 auto 8px;
}
.te-product-carousel__campaign-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.5px;
}
.te-product-carousel__countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    gap: 4px;
    margin: 0 0 17px;
}
.te-product-carousel__countdown [data-unit] {
    min-width: 32px;
    height: 34px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 5px;
    color: #3f4064;
    background: #fff;
    font-size: 17px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}
.te-product-carousel__countdown [hidden] { display: none !important; }
.te-product-carousel__countdown b { font-size: 18px; }
.te-product-carousel__countdown-unit{display:flex;align-items:center;gap:4px}
.te-product-carousel__symbol {
    min-height: 76px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    transform: rotate(-8deg);
}
.te-product-carousel__more {
    position: relative;
    z-index: 3;
    margin-top: 13px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.te-product-carousel__more i,
.te-product-carousel__more svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    font-size: 18px;
    line-height: 1;
    fill: currentColor;
}
.te-product-carousel__viewport {
    min-width: 0;
    flex: 1;
    padding: 24px 24px;
    box-sizing: border-box;
}
.te-product-carousel__track,
.te-product-carousel__track .owl-stage-outer,
.te-product-carousel__track .owl-stage,
.te-product-carousel__track .owl-item { height: 100%; }
.te-product-carousel__track .owl-stage { display: flex; }
.te-product-carousel__track .owl-item { display: flex; }
.te-product-carousel__track{touch-action:pan-y pinch-zoom;overscroll-behavior-inline:contain;cursor:grab;-webkit-tap-highlight-color:transparent}.te-product-carousel__track:active{cursor:grabbing}.te-product-carousel__track .owl-stage{will-change:transform}.te-product-carousel__track img{-webkit-user-drag:none;user-select:none}.te-product-carousel.is-dragging,.te-product-carousel.is-dragging *{user-select:none!important}.te-product-carousel.is-dragging .te-product-carousel__product-link{pointer-events:none}
.te-product-carousel__track--native{display:flex!important;width:100%;max-width:100%;height:auto!important;gap:var(--te-pc-native-gap,1px);overflow-x:auto;overflow-y:hidden;direction:rtl;scroll-behavior:auto;scroll-snap-type:none;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y pinch-zoom;overscroll-behavior-x:contain;overscroll-behavior-inline:contain;cursor:auto;-webkit-overflow-scrolling:touch}.te-product-carousel__track--native::-webkit-scrollbar{display:none}.te-product-carousel__track--native>.te-product-carousel__card{flex:0 0 calc(var(--te-pc-native-basis,35.714%) - var(--te-pc-native-adjustment,0px));width:auto;min-width:0;max-width:none;height:auto;scroll-snap-align:none}.te-product-carousel__track--native>.te-product-carousel__card:first-child{border-radius:0 var(--te-pc-radius) var(--te-pc-radius) 0}.te-product-carousel__track--native>.te-product-carousel__card:last-child{border-radius:var(--te-pc-radius) 0 0 var(--te-pc-radius)}.te-product-carousel__track--locked{overflow-x:hidden;touch-action:pan-y pinch-zoom}
.te-product-carousel__card {
    width: 100%;
    min-width: 0;
    min-height: 292px;
    padding: 12px 13px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--te-pc-text);
    background: var(--te-pc-card);
    border: 0 solid transparent;
}
.te-product-carousel__track .owl-item:first-child .te-product-carousel__card {
    border-radius: 0 var(--te-pc-radius) var(--te-pc-radius) 0;
}
.te-product-carousel__track .owl-item:last-child .te-product-carousel__card {
    border-left: 0;
    border-radius: var(--te-pc-radius) 0 0 var(--te-pc-radius);
}
.te-product-carousel__product-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.te-product-carousel__image {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.te-product-carousel__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.te-product-carousel__title {
    min-height: 52px;
    margin: 8px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--te-pc-text);
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
}
.te-product-carousel__pricing {
    min-height: 48px;
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    direction: rtl;
}
.te-product-carousel__discount {
    flex: 0 0 auto;
    margin-top: 2px;
    padding: 2px 7px;
    color: #fff;
    background: #d32f2f;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 21px;
}
.te-product-carousel__price {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    color: var(--te-pc-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
}
.te-product-carousel__price ins { color: var(--te-pc-text); text-decoration: none; }
.te-product-carousel__price del { color: #c0c2c5; font-size: 12px; font-weight: 400; }
.te-product-carousel__price .woocommerce-Price-currencySymbol { margin-right: 3px; font-size: .8em; }
.te-product-carousel .owl-nav { margin: 0; }
.te-product-carousel .owl-nav button.owl-prev,
.te-product-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7e83 !important;
    background: #fff !important;
    border: 1px solid #e0e0e2 !important;
    border-radius: 50% !important;
    box-shadow: none;
    font-size: 35px !important;
    line-height: 1 !important;
}
.te-product-carousel .owl-nav button.owl-prev { right: -17px; }
.te-product-carousel .owl-nav button.owl-next { left: -17px; }
.te-product-carousel .owl-dots { position: absolute; right: 0; left: 0; bottom: -21px; }

@media (max-width: 767px) {
    .te-product-carousel { --te-pc-panel-width: 145px; min-height: 300px; }
    .te-product-carousel__panel { padding: 18px 12px; }
    .te-product-carousel__campaign-title { font-size: 21px; }
    .te-product-carousel__symbol { min-height: 58px; font-size: 58px; }
	.te-product-carousel__countdown [data-unit] { min-width: 27px; height: 29px; font-size: 14px; }
    .te-product-carousel__viewport { padding: 14px 0 14px 12px; }
    .te-product-carousel__card { min-height: 272px; }
    .te-product-carousel .owl-nav { display: none; }
}

@media (max-width: 479px) {
    .te-product-carousel { --te-pc-panel-width: 118px; border-radius: 14px; }
    .te-product-carousel__panel { padding: 15px 8px; }
    .te-product-carousel__campaign-title { font-size: 17px; }
    .te-product-carousel__countdown { gap: 2px; }
	.te-product-carousel__countdown [data-unit] { min-width: 24px; padding: 0 3px; font-size: 12px; }
    .te-product-carousel__symbol { font-size: 48px; }
    .te-product-carousel__more { gap: 4px; font-size: 11px; }
}

/* Responsive horizontal campaign header. */
@media (min-width:768px) and (max-width:1023px) {
    .te-product-carousel--digikala,
    .te-product-carousel--tablet-top { flex-direction: column; min-height: 0; }
    .te-product-carousel--digikala .te-product-carousel__panel,
    .te-product-carousel--tablet-top .te-product-carousel__panel { width:100%; min-width:100%; height:var(--te-pc-panel-height,78px); min-height:var(--te-pc-panel-height,78px); flex-direction:row; justify-content:center; gap:12px; padding:12px 20px; }
    .te-product-carousel--tablet-hidden .te-product-carousel__panel { display:none; }
    .te-product-carousel--digikala .te-product-carousel__viewport,
    .te-product-carousel--tablet-top .te-product-carousel__viewport,
    .te-product-carousel--tablet-hidden .te-product-carousel__viewport { width:100%; padding:0 12px 16px; }
}

@media (max-width:767px) {
	.te-product-carousel__track {
	padding-right: 8px;
	padding-left: 8px;
}
    .te-product-carousel--digikala,
    .te-product-carousel--mobile-top { flex-direction:column; min-height:0; border-radius:0; }
    .te-product-carousel--digikala .te-product-carousel__panel,
    .te-product-carousel--mobile-top .te-product-carousel__panel { width:100%; min-width:100%; height:var(--te-pc-panel-height,78px); min-height:var(--te-pc-panel-height,78px); flex-direction:row; align-items:center; justify-content:center; gap:9px; padding:11px 14px; text-align:right; }
    .te-product-carousel--mobile-hidden .te-product-carousel__panel { display:none; }
    .te-product-carousel--digikala .te-product-carousel__viewport,
    .te-product-carousel--mobile-top .te-product-carousel__viewport,
    .te-product-carousel--mobile-hidden .te-product-carousel__viewport { width:100%; padding:0 10px 16px; }
    .te-product-carousel--mobile-side { flex-direction:row; }
    .te-product-carousel--mobile-side .te-product-carousel__panel { width:var(--te-pc-panel-width); min-width:var(--te-pc-panel-width); height:auto; min-height:0; flex-direction:column; }
    .te-product-carousel--mobile-side .te-product-carousel__viewport { width:auto; padding:14px 0 14px 12px; }
}

@media (max-width:1023px) {
    .te-product-carousel--digikala .te-product-carousel__panel-image,
    .te-product-carousel--tablet-top .te-product-carousel__panel-image,
    .te-product-carousel--mobile-top .te-product-carousel__panel-image { order:-4; max-width:76px; max-height:46px; margin:0; }
    .te-product-carousel--digikala .te-product-carousel__symbol,
    .te-product-carousel--tablet-top .te-product-carousel__symbol,
    .te-product-carousel--mobile-top .te-product-carousel__symbol { order:-3; min-height:0; font-size:38px; transform:rotate(-8deg); }
    .te-product-carousel--digikala .te-product-carousel__campaign-title,
    .te-product-carousel--tablet-top .te-product-carousel__campaign-title,
    .te-product-carousel--mobile-top .te-product-carousel__campaign-title { order:-2; margin:0; font-size:24px; line-height:1.25; white-space:nowrap; }
    .te-product-carousel--digikala .te-product-carousel__campaign-title br,
    .te-product-carousel--tablet-top .te-product-carousel__campaign-title br,
    .te-product-carousel--mobile-top .te-product-carousel__campaign-title br { display:none; }
    .te-product-carousel--digikala .te-product-carousel__countdown,
    .te-product-carousel--tablet-top .te-product-carousel__countdown,
    .te-product-carousel--mobile-top .te-product-carousel__countdown { order:-1; flex:0 0 auto; margin:0; }
    .te-product-carousel--digikala .te-product-carousel__more,
    .te-product-carousel--tablet-top .te-product-carousel__more,
    .te-product-carousel--mobile-top .te-product-carousel__more { order:1; flex:0 0 auto; margin:0 auto 0 0; }
    .te-product-carousel--digikala .te-product-carousel__card { min-height:285px; padding:10px 9px 14px; }
    .te-product-carousel--digikala .te-product-carousel__image { height:155px; }
}

@media (max-width:479px) {
    .te-product-carousel--digikala .te-product-carousel__panel { gap:7px; padding:10px 12px; }
    .te-product-carousel--digikala .te-product-carousel__panel-image { max-width:54px; }
    .te-product-carousel--digikala .te-product-carousel__symbol { font-size:34px; }
    .te-product-carousel--digikala .te-product-carousel__campaign-title { font-size:21px; }
	.te-product-carousel--digikala .te-product-carousel__countdown [data-unit] { min-width:32px; height:34px; padding:0 4px; font-size:14px; }
    .te-product-carousel--digikala .te-product-carousel__more { font-size:12px; }
    .te-product-carousel--digikala .te-product-carousel__viewport { padding-right:0; padding-left:10px; }
}

@media (min-width:768px) and (max-width:1023px) {
    .te-product-carousel--tablet-side .te-product-carousel__panel { flex-direction:column; }
    .te-product-carousel--tablet-side .te-product-carousel__panel-image { order:initial; max-width:120px; max-height:64px; margin:0 auto 8px; }
    .te-product-carousel--tablet-side .te-product-carousel__symbol,
    .te-product-carousel--tablet-side .te-product-carousel__campaign-title,
    .te-product-carousel--tablet-side .te-product-carousel__countdown,
    .te-product-carousel--tablet-side .te-product-carousel__more { order:initial; }
    .te-product-carousel--tablet-side .te-product-carousel__symbol { min-height:76px; }
    .te-product-carousel--tablet-side .te-product-carousel__campaign-title { margin:0 0 12px; white-space:normal; }
    .te-product-carousel--tablet-side .te-product-carousel__campaign-title br { display:initial; }
    .te-product-carousel--tablet-side .te-product-carousel__countdown { margin:0 0 17px; }
    .te-product-carousel--tablet-side .te-product-carousel__more { margin-top:13px; }
}

@media (max-width:767px) {
    .te-product-carousel--mobile-side .te-product-carousel__panel-image { order:initial; margin:0 auto 8px; }
    .te-product-carousel--mobile-side .te-product-carousel__symbol,
    .te-product-carousel--mobile-side .te-product-carousel__campaign-title,
    .te-product-carousel--mobile-side .te-product-carousel__countdown,
    .te-product-carousel--mobile-side .te-product-carousel__more { order:initial; }
    .te-product-carousel--mobile-side .te-product-carousel__symbol { min-height:58px; }
    .te-product-carousel--mobile-side .te-product-carousel__campaign-title { margin:0 0 12px; white-space:normal; }
    .te-product-carousel--mobile-side .te-product-carousel__campaign-title br { display:initial; }
    .te-product-carousel--mobile-side .te-product-carousel__countdown { margin:0 0 17px; }
    .te-product-carousel--mobile-side .te-product-carousel__more { margin-top:13px; }
}
:root {
    --spacing-base: 4px;
}
:root {
    --spacing-base: 4px;
    --global-radius: 8px;
    --small-radius: 4px;
    --medium-radius: 8px;
    --large-radius: 16px;
    --font-family: IRANYekan,sans-serif;
    --color-white: #fff;
    --color-black: #0c0c0c;
    --color-primary-700: #ef394e;
    --color-primary-500: #ef4056;
    --color-primary-300: #f37a8a;
    --color-primary-100: #ffe440;
    --color-secondary-700: #008eb2;
    --color-secondary-500: #19bfd3;
    --color-secondary-300: #008deb;
    --color-secondary-100: #e6f4f7;
    --color-green-700: #39ae00;
    --color-green-500: #6bb927;
    --color-green-300: #9dc44d;
    --color-hint-object-neutral: #81858b;
    --color-hint-object-error: #d32f2f;
    --color-hint-object-success: #4caf50;
    --color-hint-object-caution: #f9a825;
    --color-hint-text-neutral: #62666d;
    --color-hint-text-error: #b2001a;
    --color-hint-text-success: #2e7b32;
    --color-neutral-000: #fff;
    --color-neutral-100: #f0f0f1;
    --color-neutral-200: #e0e0e2;
    --color-neutral-300: #c0c2c5;
    --color-neutral-400: #a1a3a8;
    --color-neutral-500: #81858b;
    --color-neutral-600: #62666d;
    --color-neutral-700: #424750;
    --color-neutral-800: #232933;
    --color-neutral-900: #0c0c0c;
    --color-button-primary: #ef4056;
    --color-button-secondary: #19bfd3;
    --color-button-brand: #e6123d;
    --color-button-white: #fff;
    --color-button-black: #0c0c0c;
    --color-button-disable: #e0e0e2;
    --color-button-error: #b2001a;
    --color-button-text-primary: #fff;
    --color-button-text-secondary: #fff;
    --color-button-text-white: #0c0c0c;
    --color-button-text-black: #fff;
    --color-button-hint-object-error: #d32f2f;
    --color-icon-primary: #ef4056;
    --color-icon-secondary: #19bfd3;
    --color-icon-brand: #e6123d;
    --color-icon-white: #fff;
    --color-icon-black: #0c0c0c;
    --color-icon-disable: #e0e0e2;
    --color-icon-low-emphasis: #a1a3a8;
    --color-icon-high-emphasis: #424750;
    --color-icon-success: #4caf50;
    --color-icon-warning: #f9a825;
    --color-icon-neutral-hint: #81858b;
    --color-icon-primary-100: #ffe440;
    --color-icon-rating-0-2: #f9bc00;
    --color-icon-rating-2-3: #b1b64d;
    --color-icon-rating-3-4: #65aa57;
    --color-icon-rating-4-5: #00a049;
    --color-icon-error: #d32f2f;
    --color-app-background: #f2f2f2;
    --color-brand-primary-700: #e6123d;
    --color-white-rgb: 255,255,255;
    --color-black-rgb: 12,12,12;
    --color-primary-700-rgb: 239,57,78;
    --color-primary-500-rgb: 239,64,86;
    --color-primary-300-rgb: 243,122,138;
    --color-primary-100-rgb: 255,228,64;
    --color-secondary-700-rgb: 0,142,178;
    --color-secondary-500-rgb: 25,191,211;
    --color-secondary-300-rgb: 0,141,235;
    --color-secondary-100-rgb: 230,244,247;
    --color-green-700-rgb: 57,174,0;
    --color-green-500-rgb: 107,185,39;
    --color-green-300-rgb: 157,196,77;
    --color-hint-object-neutral-rgb: 129,133,139;
    --color-hint-object-error-rgb: 211,47,47;
    --color-hint-object-success-rgb: 76,175,80;
    --color-hint-object-caution-rgb: 249,168,37;
    --color-hint-text-neutral-rgb: 98,102,109;
    --color-hint-text-error-rgb: 178,0,26;
    --color-hint-text-success-rgb: 46,123,50;
    --color-neutral-000-rgb: 255,255,255;
    --color-neutral-100-rgb: 240,240,241;
    --color-neutral-200-rgb: 224,224,226;
    --color-neutral-300-rgb: 192,194,197;
    --color-neutral-400-rgb: 161,163,168;
    --color-neutral-500-rgb: 129,133,139;
    --color-neutral-600-rgb: 98,102,109;
    --color-neutral-700-rgb: 66,71,80;
    --color-neutral-800-rgb: 35,41,51;
    --color-neutral-900-rgb: 12,12,12;
    --color-button-primary-rgb: 239,64,86;
    --color-button-secondary-rgb: 25,191,211;
    --color-button-brand-rgb: 230,18,61;
    --color-button-white-rgb: 255,255,255;
    --color-button-black-rgb: 12,12,12;
    --color-button-disable-rgb: 224,224,226;
    --color-button-error-rgb: 178,0,26;
    --color-button-text-primary-rgb: 255,255,255;
    --color-button-text-secondary-rgb: 255,255,255;
    --color-button-text-white-rgb: 12,12,12;
    --color-button-text-black-rgb: 255,255,255;
    --color-button-hint-object-error-rgb: 211,47,47;
    --color-icon-primary-rgb: 239,64,86;
    --color-icon-secondary-rgb: 25,191,211;
    --color-icon-brand-rgb: 230,18,61;
    --color-icon-white-rgb: 255,255,255;
    --color-icon-black-rgb: 12,12,12;
    --color-icon-disable-rgb: 224,224,226;
    --color-icon-low-emphasis-rgb: 161,163,168;
    --color-icon-high-emphasis-rgb: 66,71,80;
    --color-icon-success-rgb: 76,175,80;
    --color-icon-warning-rgb: 249,168,37;
    --color-icon-neutral-hint-rgb: 129,133,139;
    --color-icon-primary-100-rgb: 255,228,64;
    --color-icon-rating-0-2-rgb: 249,188,0;
    --color-icon-rating-2-3-rgb: 177,182,77;
    --color-icon-rating-3-4-rgb: 101,170,87;
    --color-icon-rating-4-5-rgb: 0,160,73;
    --color-icon-error-rgb: 211,47,47;
    --color-app-background-rgb: 242,242,242;
    --color-brand-primary-700-rgb: 230,18,61;
}
.slider_inner .owl-prev ,.slider_inner .owl-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;

}
.slider_inner .owl-dots {
    position: absolute;
    bottom: 5px;
    padding: 0 50px;
}
.webkeen_owl_nav.owl-nav {
    margin: 0 !important;
}
.section_page.slider_img {
    display: flex;
}
.box_twowidth.right_slide {
    flex: 0 0 75%;
    width: 100%;
    max-width: 75%;
}
.slider_inner {
    float: right;
    width: 100%;
    direction: ltr;
}
.box_onewidth.left_slide {
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
}
.slider_inner .owl-item.active.center img {
    box-shadow: 0px 38px 34px 0px rgba(0, 0, 0, 0.8);
}
/*شروع استایلهای پیشنهاد شگفت انگیز*/
.te-amazing { display:flex; width:100%; min-height:420px; overflow:hidden; box-sizing:border-box; padding:14px; gap:14px; background:#ef4056; border-radius:18px; }
.te-amazing__intro { flex:0 0 220px; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:20px; color:#fff; text-align:center; }
.te-amazing__spark { font-size:28px; opacity:.9; }
.te-amazing__intro-title { margin:10px 0; color:#fff; font-size:28px; font-weight:900; line-height:1.45; }
.te-amazing__percent { font-size:76px; font-weight:900; line-height:1; transform:rotate(-8deg); opacity:.95; }
.te-amazing__progress { width:100%; height:4px; margin-top:28px; overflow:hidden; background:rgba(255,255,255,.3); border-radius:8px; }
.te-amazing__progress span { display:block; width:100%; height:100%; background:#fff; transform:scaleX(0); transform-origin:right; }
.te-amazing__progress span.is-running { animation:te-amazing-progress var(--te-amazing-speed,5000ms) linear forwards; }
@keyframes te-amazing-progress { from{transform:scaleX(1)} to{transform:scaleX(0)} }
.te-amazing__stage { display:flex; min-width:0; flex:1; flex-direction:column; gap:10px; }
.te-amazing__carousel { min-width:0; flex:1; overflow:hidden; border-radius:13px; }
.te-amazing__carousel .owl-stage-outer,.te-amazing__carousel .owl-stage,.te-amazing__carousel .owl-item { height:100%; }
.te-amazing__slide { display:grid; min-height:392px; height:100%; grid-template-columns:minmax(260px,42%) 1fr; align-items:center; gap:30px; padding:28px 34px; box-sizing:border-box; background:#fff; border-radius:13px; }
.te-amazing__image { display:flex; height:310px; align-items:center; justify-content:center; }
.te-amazing__image img { width:100%; height:100%; object-fit:contain; }
.te-amazing__details { display:flex; min-width:0; height:100%; justify-content:center; flex-direction:column; }
.te-amazing__badge { align-self:flex-start; padding:4px 10px; color:#ef4056; background:#fff0f1; border-radius:14px; font-size:11px; font-weight:700; }
.te-amazing__title { margin:15px 0 20px; color:#3f4064; font-size:20px; font-weight:700; line-height:1.9; }
.te-amazing__title a { color:inherit; text-decoration:none!important; }
.te-amazing__price-row { display:flex; align-items:flex-start; gap:12px; }
.te-amazing__price { display:flex; flex-direction:column; color:#23254e; font-size:18px; font-weight:800; }
.te-amazing__price ins { order:-1; text-decoration:none; }
.te-amazing__price del { color:#c0c2c5; font-size:13px; font-weight:400; }
.te-amazing__discount { padding:4px 9px; color:#fff; background:#d32f2f; border-radius:15px; font-size:12px; font-weight:800; }
.te-amazing__countdown { display:flex; align-items:center; gap:4px; margin-top:20px; color:#ef4056; font-size:12px; direction:rtl; }
.te-amazing__countdown>span:first-child { margin-left:8px; color:#81858b; }
.te-amazing__countdown b { min-width:25px; padding:4px; background:#f7f7f8; border-radius:6px; text-align:center; }
.te-amazing__countdown i { font-style:normal; }
.te-amazing__button { align-self:flex-start; display:inline-flex; align-items:center; gap:8px; margin-top:22px; padding:8px 15px; color:#ef4056; border:1px solid #ef4056; border-radius:9px; font-size:12px; font-weight:700; text-decoration:none!important; }
.te-amazing__button span { font-size:20px; line-height:1; }
.te-amazing .owl-nav { margin:0; }
.te-amazing .owl-nav button { position:absolute; top:50%; z-index:4; width:44px; height:44px; transform:translateY(-50%); display:flex!important; align-items:center; justify-content:center; color:#7a7e83!important; background:#fff!important; border:1px solid #e0e0e2!important; border-radius:50%!important; font-size:30px!important; }
.te-amazing .owl-nav .owl-prev { right:8px; }.te-amazing .owl-nav .owl-next { left:8px; }
.te-amazing .owl-dots { position:absolute; bottom:8px; left:0; right:0; }
.te-amazing__thumbs { display:flex; width:100%; gap:8px; overflow-x:auto; padding:2px 1px 5px; box-sizing:border-box; scrollbar-width:thin; scroll-snap-type:x proximity; }
.te-amazing__thumb { flex:0 0 clamp(150px,22%,230px); display:flex; min-height:82px; align-items:center; gap:9px; padding:8px; overflow:hidden; background:#fff; border:1px solid #e0e0e2; border-radius:11px; cursor:pointer; scroll-snap-align:center; transition:border-color .2s,background-color .2s,transform .2s,box-shadow .2s; }
.te-amazing__thumb:hover { transform:translateY(-2px); box-shadow:0 5px 14px rgba(35,37,78,.1); }
.te-amazing__thumb.is-active { background:#fff0f1; border-color:#ef4056; box-shadow:0 4px 14px rgba(239,64,86,.18); }
.te-amazing__thumb-image { flex:0 0 auto; display:flex; width:58px; height:58px; align-items:center; justify-content:center; overflow:hidden; background:#fff; border-radius:8px; }
.te-amazing__thumb-image img { width:100%; height:100%; object-fit:contain; }
.te-amazing__thumb-title { display:-webkit-box; min-width:0; overflow:hidden; color:#3f4064; font-size:11px; font-weight:600; line-height:1.8; text-align:right; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
@media(max-width:900px){.te-amazing__intro{flex-basis:170px}.te-amazing__slide{grid-template-columns:42% 1fr;padding:22px;gap:20px}.te-amazing__image{height:260px}}
@media(max-width:767px){.te-amazing{display:block;padding:10px}.te-amazing__intro{min-height:150px;padding:12px}.te-amazing__intro-title{font-size:22px}.te-amazing__percent{font-size:48px}.te-amazing__progress{margin-top:12px}.te-amazing__stage{margin-top:10px}.te-amazing__slide{display:flex;min-height:500px;flex-direction:column;padding:18px}.te-amazing__image{width:100%;height:240px}.te-amazing__details{width:100%;height:auto}.te-amazing__title{font-size:15px;margin:10px 0}.te-amazing .owl-nav{display:none}.te-amazing__thumb{flex-basis:145px;min-height:70px}.te-amazing__thumb-image{width:48px;height:48px}}

.c-swiper-specials {
    width: 100%;
}
.c-swiper-specials--incredible {
    background: var(--color-primary-700);
}
.c-swiper--specials {
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width:100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.c-swiper .swiper-wrapper {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.3,0,.9,1) !important;
    transition: -webkit-transform .5s cubic-bezier(.3,0,.9,1) !important;
    transition: transform .5s cubic-bezier(.3,0,.9,1) !important;
    transition: transform .5s cubic-bezier(.3,0,.9,1),-webkit-transform .5s cubic-bezier(.3,0,.9,1) !important;
    padding: 2px 0;
}
.c-box .swiper-container {
    position: unset;
    padding-top: 3px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.c-box:first-child {
    margin-top: 0;
}
.c-swiper--specials, .c-swiper--specials .c-box {
    background: transparent;
}
.c-swiper-specials__title {
    max-width: 170px;
}
.c-swiper--specials {
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-size: 15%;
}
.c-swiper-carousel-image {
    display: flex;
    flex-direction: column;
}
.c-swiper-carousel-image img {
    max-width: 90% !important;
    margin: 0 auto;
}
.c-swiper-carousel-image a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.c-swiper-specials .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 16px;
}
.u-hidden {
    display: none !important;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.c-btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.c-swiper-specials__btn {
    padding: 9px 16px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
}
.c-btn.c-swiper-specials__btn * {
    margin-right: 5px;
}
.c-product-box__box-link {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    z-index: 2;
}
.c-swiper--products .c-product-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px 16px;
    position: relative;
    padding-bottom: 25px;
}
.c-swiper--products .c-product-box__img {
    width: 180px;
    height: 210px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}
.c-product-box__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.c-product-box__img img {
    overflow: hidden;
}
.c-product-box--card-macro .c-product-box__title {
    min-height: 43px;
    text-align: right;
    width: 100%;
}
.c-swiper--products .c-product-box__title {
    text-align: right;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-neutral-700);
    font-size: 1em;
    min-height: 82px;
}
.c-swiper--products .c-product-box__title a{
    color: var(--color-neutral-700) !important;
}
.c-product-box__price-amazing-row {
    padding: 20px;
}

.price_amazing_box {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.c-price-amazing ins {
    padding: 8px 15px;
    background: #eee;
    border-radius: 8px;
    text-decoration: navajowhite;
}
.c-product-box__price-amazing-item {
    float: right;
}
.c-price-amazing {
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
}
.sticky {
    z-index: 99;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: -2px;
    top: 0;
}
.js-product-card-price.newval.type3 {
    font-size: .75rem;
    font-weight: 400;
    line-height: 2.17;
    text-align: left;
    padding: 3px 13px;
    margin-right: auto;
    display: flex;
    justify-content: end;
}
.c-price__value-wrapper.js-product-card-price.type3 bdi {
    font-size: .9em;
}
.woocommerce-Price-currencySymbol {
    font-size: .7em;
}
.c-price__discount-oval.type3 {
    font-size: .8rem;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-white);
    padding-right: calc(1 * var(--spacing-base));
    padding-left: calc(1 * var(--spacing-base));
    border-radius: var(--ronded-radius-label);
    background-color: var(--color-secondary-700);
}
.full-width {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-grow: 0;
    max-width: 100%;
}
.c-new-footer__jump-to-top-icon {
    margin-right: 5px;
    font-size: 20px;
}
.c-product-box__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.c-product-box--card-macro .c-product-box__row--price {
    margin-bottom: 10px;
}
.c-product-box__row--price {
    margin-top: 13px;
    height: 43px;
}
.c-price, .c-price__application-only-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    position: relative;
    min-height: 70px;
    padding: 4px 15px 15px 0;
    width: 100%;
}
.c-price .discount-val {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-right: calc(1 * var(--spacing-base));
    color: var(--color-white);
    border-radius: var(--large-radius);
    background-color: var(--color-primary-700);
    padding-right: calc(1 * var(--spacing-base));
    padding-left: calc(1 * var(--spacing-base));
}
.c-price del {
    position: absolute;
    bottom: 0;
    left: 0;
}
#promo-single .swiper-slide {
    margin-top: 40px;
    padding: 20px;
}
.c-price del bdi {
    font-size: 12px;
}
.c-price del bdi .woocommerce-Price-currencySymbol {
    display: none;
}
.c-price ins bdi .woocommerce-Price-currencySymbol , .c-price >.woocommerce-Price-amount.amount >bdi span {
    margin-right: 3px;
}
.owl-prev.disabled ,.owl-next.disabled {
    display: none !important;
}
.webkeen_owl_nav.owl-nav .owl-prev {
    border: 1px solid var(--color-neutral-200) !important;
    height: 40px;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%);
    width: 40px;
    right: 8px;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    border-radius: 50% !important;
    background-color: var(--color-neutral-000) !important;
    align-items: center;
    display: flex;
}

.webkeen_owl_nav.owl-nav .owl-next {
    border: 1px solid var(--color-neutral-200) !important;
    height: 40px;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%);
    width: 40px;
    left: 8px;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    border-radius: 50% !important;
    background-color: var(--color-neutral-000) !important;
    align-items: center;
    display: flex;
}
.c-promo-instant {
    position: relative !important;
}
.c-product-box__img {
    height: 210px;
    display: block;
}
.c-price__value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}
.c-price__value--plp.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.c-price__value del {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 28px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    display: block;
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through;
}
.c-price__value--plp.type1 del {
    padding-top: 3px;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
}
.c-price__discount-oval.type1 {
    background-color:var(--label-backgroundcolor) ;
    color: var(--label-color);
    font-weight: 700;
    border-radius: var(--ronded-radius-label);
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
}
.c-price__value-wrapper.type1 {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}
.c-price__value-wrapper.type1 .c-price__currency {
    font-weight: 400;
    font-size: 14px;
}
.c-price__currency {
    font-size: 17px;
    font-size: .8rem;
    line-height: 1.294;
    margin-right: 4px;
}
.c-product-box--card-macro .c-product-box__amazing {
    position: relative;
    top: 0px;
}
.bg-section.pd-top.pd-bottom {
    padding: 0 !important;
}
.c-product-box__amazing, .c-product-box__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product-box--card-macro .c-product-box__timer {
    margin-top: 5px;
    direction: ltr;
}
#saleend-89 {
    font-size: 1rem;
    line-height: 1.571;
    color: #737373;
}
.c-product-box__amazing {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 4px;
    width: 100%;
    position: relative;
}
.c-product-box__timer {
    /* font-size: 14px; */
    font-size: 1rem;
    line-height: 1.571;
    color: #737373;
    width: 100%;
}
.show_time_dash {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    height: 4px;
    background-color: var(--color-neutral-100);
}
.time_response {
    background-color: var(--color-primary-700);
    height: 100%;
}

/*پایان استایلهای پیشنهاد شگفت انگیز*/

/* شروع استایلهای دسته بندی محصولات*/
.te-category-carousel {
    width: 100%;
    padding: 34px 32px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}
.te-category-carousel__heading {
    margin: 0 0 48px;
    color: #0c0c0c;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}
.te-category-carousel__track .owl-stage { display: flex; }
.te-category-carousel__track .owl-item { display: flex; }
.te-category-carousel__column {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 34px;
}
.te-category-carousel__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none !important;
}
.te-category-carousel__image {
    width: 120px;
    height: 120px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    background: #f0f0f1;
    border: 2px solid #e0e0e2;
    border-radius: 50%;
    transition: transform .2s ease, border-color .2s ease;
}
.te-category-carousel__item:hover .te-category-carousel__image {
    transform: translateY(-3px);
    border-color: #c0c2c5;
}
.te-category-carousel__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
}
.te-category-carousel__name {
    width: 100%;
    min-height: 30px;
    margin-top: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #0c0c0c;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}
.te-category-carousel--list .te-category-carousel__track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 34px 24px;
}
.te-category-carousel .owl-nav { margin: 0; }
.te-category-carousel .owl-nav button.owl-prev,
.te-category-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7e83 !important;
    background: #fff !important;
    border: 1px solid #e0e0e2 !important;
    border-radius: 50% !important;
    font-size: 34px !important;
    line-height: 1 !important;
}
.te-category-carousel .owl-nav button.owl-prev { right: -25px; }
.te-category-carousel .owl-nav button.owl-next { left: -25px; }
.te-category-carousel .owl-dots { margin-top: 22px; }

@media (max-width: 1024px) {
    .te-category-carousel__heading { margin-bottom: 36px; font-size: 23px; }
    .te-category-carousel--list .te-category-carousel__track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .te-category-carousel { padding: 24px 16px; }
    .te-category-carousel__heading { margin-bottom: 28px; font-size: 20px; }
    .te-category-carousel__column { row-gap: 24px; }
    .te-category-carousel__name { margin-top: 9px; font-size: 12px; }
    .te-category-carousel .owl-nav { display: none; }
    .te-category-carousel--list .te-category-carousel__track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
}
.webkeen_product_categories img {
    max-width: 100% !important;
    max-height: 100%;
}
.webkeen_product_categories .cat_title {
    text-align: center;
    margin-top: 8px;
    padding: 5px 15px;
}
.webkeen_product_categories li {
    list-style: none;
}
/* پایان استایلهای دسته بندی محصولات*/

/* شروع استایل دسته محصولات جدولی*/
.te-product-grid {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 16px;
}
.te-product-grid__track .owl-stage { display: flex; }
.te-product-grid__track .owl-stage-outer { overflow: hidden; }
.te-product-grid__track .owl-item { display: flex; height: auto; }
.te-product-grid__panel {
    width: 100%;
    min-width: 0;
    min-height: 520px;
    height: 100%;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e2;
}
.te-product-grid__header { margin-bottom: 14px; }
.te-product-grid__track .owl-item:last-child .te-product-grid__panel { border-left-color: transparent; }
.te-product-grid__title {
    margin: 0;
    overflow: hidden;
    color: #23254e;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
.te-product-grid__subtitle {
    margin: 5px 0 0;
    color: #81858b;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}
.te-product-grid__products {
    display: grid;
    grid-template-columns: repeat(var(--te-grid-columns, 2), minmax(0, 1fr));
    gap:1px;
}
.te-product-grid__product {
    width: 100%;
    height: 183px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}
.te-product-grid--cols-1 .te-product-grid__product { border-left-color: transparent; }
.te-product-grid--cols-2 .te-product-grid__product:nth-child(2n),
.te-product-grid--cols-3 .te-product-grid__product:nth-child(3n) { border-left-color: transparent; }
.te-product-grid--cols-2 .te-product-grid__product:nth-last-child(-n+2),
.te-product-grid--cols-3 .te-product-grid__product:nth-last-child(-n+3),
.te-product-grid--cols-1 .te-product-grid__product:last-child { border-bottom-color: transparent; }
.te-product-grid__product img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .2s ease;
}
.te-product-grid__product:hover img { transform: scale(1.035); }
.te-product-grid__more {
    margin: 12px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #1976d2;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    text-decoration: none !important;
}
.te-product-grid__more-icon {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    fill: currentColor;
    font-size: 14px;
}
.te-product-grid__more-icon i,
.te-product-grid__more-icon svg { width: 100%; height: 100%; display: block; fill: currentColor; }
.te-product-grid--list .te-product-grid__track {
    display: grid;
    grid-template-columns: repeat(var(--te-panel-columns, 4), minmax(0, 1fr));
}
.te-product-grid .owl-nav { margin: 0; }
.te-product-grid .owl-nav button.owl-prev,
.te-product-grid .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7e83 !important;
    background: #fff !important;
    border: 1px solid #e0e0e2 !important;
    border-radius: 50% !important;
    font-size: 34px !important;
    line-height: 1 !important;
}
.te-product-grid .owl-nav button.owl-prev { right: -25px; }
.te-product-grid .owl-nav button.owl-next { left: -25px; }
.te-product-grid .owl-dots { margin: 16px 0; }

@media (max-width: 1024px) {
    .te-product-grid--list .te-product-grid__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .te-product-grid { border-radius: 14px; }
    .te-product-grid__panel { padding: 16px; }
    .te-product-grid__title { font-size: 16px; }
    .te-product-grid__product { height: 135px; padding: 7px; }
    .te-product-grid .owl-nav { display: none; }
    .te-product-grid--list .te-product-grid__track { grid-template-columns: 1fr; }
}

.digioweb_pro_cats {
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    padding-top: calc(2 * var(--spacing-base));
    padding-bottom: calc(2 * var(--spacing-base));
    background-color: var(--color-neutral-000);
    width: 100%;
    height: 100%;
}
.digioweb_products h4{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.15;
}
.products_for_cat {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    background-color: var(--color-neutral-100);
}
.products_for_cat a {
    padding: calc(2 * var(--spacing-base));
    position: relative;
    width: 100%;
    background-color: var(--color-neutral-000);
}
.cat_btn_txt {
    font-size: .8rem;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-button-secondary);
    justify-content: center;
    margin-top: 10px;
}
.cat_btn_txt i {
    margin-right: 5px;
}
.webkeen_pro_cats {
    border: 0.1px solid var(--color-neutral-200);
    padding-right: calc(5 * var(--spacing-base));
    padding-left: calc(5 * var(--spacing-base));
    padding-top: calc(2 * var(--spacing-base));
    padding-bottom: calc(2 * var(--spacing-base));
    min-height: 410px;
}
.webkeen_products-grid {
    border: 1px solid var(--color-neutral-200);
    border-radius: var(--large-radius);
    overflow: hidden;
}
.webkeen_pro_cats a {
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
/* پایان استنایلهای محصولات جدولی*/
/* شروع استایل محصولات پرفروش شمارشی*/
.te-bestseller {
    width: 100%;
    padding: 26px 18px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 20px;
}
.te-bestseller__header {
    min-height: 46px;
    margin-bottom: 28px;
    padding: 0 2px;
    position: relative;
    display: flex;
    align-items: center;
}
.te-bestseller__heading {
    width: 100%;
    margin: 0;
    padding-left: 130px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0c0c0c;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}
.te-bestseller--align-right .te-bestseller__heading { justify-content: flex-start; text-align: right; }
.te-bestseller--align-center .te-bestseller__heading { justify-content: center; text-align: center; padding-right: 130px; }
.te-bestseller--align-left .te-bestseller__heading { justify-content: flex-end; text-align: left; }
.te-bestseller__heading-icon,
.te-bestseller__more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9a825;
    fill: currentColor;
}
.te-bestseller__heading-icon { width: 26px; height: 26px; flex: 0 0 26px; font-size: 26px; }
.te-bestseller__heading-icon i,
.te-bestseller__heading-icon svg,
.te-bestseller__more-icon i,
.te-bestseller__more-icon svg { width: 100%; height: 100%; display: block; fill: currentColor; }
.te-bestseller__more {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1976d2;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}
.te-bestseller__more-icon { width: 17px; height: 17px; flex: 0 0 17px; font-size: 17px; }
.te-bestseller__track .owl-stage { display: flex; }
.te-bestseller__track .owl-item { display: flex; }
.te-bestseller__column {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.te-bestseller__product {
    min-height: 132px;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 100px 44px minmax(0, 1fr);
    align-items: center;
    color: inherit;
    text-decoration: none !important;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.te-bestseller__image {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.te-bestseller__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.te-bestseller__number {
    color: #1976d2;
    text-align: center;
    font-size: 31px;
    font-weight: 900;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.te-bestseller__product-title {
    max-height: 58px;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #3f4064;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
.te-bestseller .owl-nav { margin: 0; }
.te-bestseller .owl-nav button.owl-prev,
.te-bestseller .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7e83 !important;
    background: #fff !important;
    border: 1px solid #e0e0e2 !important;
    border-radius: 50% !important;
    font-size: 34px !important;
    line-height: 1 !important;
}
.te-bestseller .owl-nav button.owl-prev { right: -25px; }
.te-bestseller .owl-nav button.owl-next { left: -25px; }
.te-bestseller .owl-dots { margin: 18px 0 -16px; }

@media (max-width: 767px) {
    .te-bestseller { padding: 20px 12px; border-radius: 14px; }
    .te-bestseller__header { margin-bottom: 18px; }
    .te-bestseller__heading { padding-left: 0; font-size: 20px; }
    .te-bestseller--align-center .te-bestseller__heading { padding-right: 0; }
    .te-bestseller__more { position: static; transform: none; margin-right: auto; white-space: nowrap; }
    .te-bestseller__product { min-height: 112px; grid-template-columns: 78px 36px minmax(0, 1fr); }
    .te-bestseller__image { width: 78px; height: 78px; }
    .te-bestseller__number { font-size: 25px; }
    .te-bestseller__product-title { padding-left: 4px; font-size: 12px; }
    .te-bestseller .owl-nav { display: none; }
}

.must_sale_head > span::before {
    content: "";
    position: absolute;
    right: 0;
    left: -40px;
    bottom: 0;
    z-index: 1;
}
.must_sale_head span i {
    margin-left: 8px;
    font-size: 22px;
}
.image_block {
    border-radius: var(--global-radius);
    margin-left: calc(3 * var(--spacing-base));
    width: 86px;
}
.products_cat {
    min-width: 280px;
    min-height: 100px;
    box-sizing: border-box !important;
    padding-left: 20px;
    counter-increment: item;
}
.number_pro{
    margin-right: 10px;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    margin-left: calc(3 * var(--spacing-base));
    color: var(--color-secondary-500);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 2.1;
}
.title_block {
    color: var(--color-neutral-700);
    font-size: .8rem;
    font-weight: 400;
    line-height: 2.17;
    position: relative;
    width: 100%;
    min-height: 70px;
}
.must_sale_item a:last-child .title_block::before {
    display: none;
}
.title_block::before{
    background-color: var(--color-neutral-100);
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.flex {
    display: flex;

}
.justify-content-space-between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-content-center{
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-space-around{
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.justify-content-flex-end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.justify-content-start{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex-direction-culomn{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-direction-reverse{
    flex-direction: row-reverse;
}
.align-item-center{
    -webkit-align-items: center;
    align-items: center;
}
.title_pro_cat {
    text-align: center;
}
/* پایان استایل محصولات پرفروش شمارشی*/

/* شروع استایلهای آرشیو محصولات*/

.te-product-archive { --te-pa-separator:#edf0f2; width:100%; overflow:hidden; background:#fff; border:1px solid #e0e0e2; border-radius:14px; }
.te-product-archive__header { padding:18px 20px 14px; text-align:center; }
.te-product-archive__heading { display:inline-flex; align-items:center; gap:7px; margin:0; color:#0c0c0c; font-size:17px; font-weight:700; line-height:1.8; }
.te-product-archive__heading-icon { display:inline-flex; color:#ef4056; font-size:15px; }
.te-product-archive__grid { display:grid; grid-template-columns:repeat(var(--te-pa-columns, 6), minmax(0, 1fr)); border-top:1px solid var(--te-pa-separator); }
.te-product-archive__card { position:relative; display:flex; min-width:0; min-height:190px; flex-direction:column; padding:12px 8px 10px; background:#fff; border-inline-end:1px solid var(--te-pa-separator); border-bottom:1px solid var(--te-pa-separator); }
.te-product-archive__link { position:absolute; z-index:2; inset:0; }
.te-product-archive__image { display:flex; height:116px; align-items:center; justify-content:center; margin-bottom:8px; }
.te-product-archive__image img { width:100%; height:100%; object-fit:contain; }
.te-product-archive__product-title { margin:0 0 8px; overflow:hidden; color:#3f4064; font-size:12px; line-height:1.8; text-overflow:ellipsis; white-space:nowrap; }
.te-product-archive__price-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6px;
	margin-top: auto;
	flex-direction: row-reverse;
}
.te-product-archive__price { display:flex; min-width:0;flex-direction:column; color:#3f4064; font-size:11px; font-weight:700; }
.te-product-archive__price ins { order:-1; color:#3f4064; text-decoration:none; }
.te-product-archive__price del { color:#c0c2c5; font-size:10px; font-weight:400; }
.te-product-archive__discount { flex:0 0 auto; padding:2px 6px; border-radius:12px; background:#d32f2f; color:#fff; font-size:10px; font-weight:700; line-height:1.5; }
.te-product-archive__countdown { margin-top:5px; color:#ef4056; font-size:9px; direction:rtl; }
@media (max-width:767px) { .te-product-archive__header{padding:14px 12px 10px}.te-product-archive__card{min-height:175px}.te-product-archive__image{height:105px} }

.archive-product-title {
    margin-bottom: calc(2 * var(--spacing-base));
    padding-top: calc(4 * var(--spacing-base));
    padding-bottom: calc(4 * var(--spacing-base));
}
.archive-product-title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.1;
    margin: 0;
    margin-right: calc(2 * var(--spacing-base));
}

.woocommerce ul.products li.product .onsale {
    top: 10px !important;
    left: auto !important;
    right: 2px !important;
}
.product_item {
    padding-right: calc(2 * var(--spacing-base));
    padding-left: calc(2 * var(--spacing-base));
    height: 100%;
    padding-top: calc(3 * var(--spacing-base));
    padding-bottom: calc(3 * var(--spacing-base));
    background-color: var(--color-neutral-000);
}
.product_item:hover {
    z-index: 1;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
}
.product_item a {
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0 !important;
}
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 2.17;
    color: var(--color-neutral-700);
    font-size: 1em;
}
.te-articles { --te-articles-nav-size:42px; --te-articles-nav-icon-size:14px; --te-articles-nav-offset:10px; --te-articles-nav-color:#424750; --te-articles-nav-bg:#fff; --te-articles-nav-border:#e0e0e2; --te-articles-nav-hover-color:#ef4056; --te-articles-nav-hover-bg:#fff; --te-articles-nav-radius:50px; --te-articles-dot-size:7px; --te-articles-dot-color:#c0c2c5; --te-articles-dot-active:#ef4056; width:100%; box-sizing:border-box; }
.te-articles__header { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:26px; padding:0 32px; }
.te-articles__heading { margin:0; color:#0c0c0c; font-size:18px; font-weight:800; line-height:1.8; }
.te-articles__more { display:inline-flex; align-items:center; gap:7px; color:#1976d2; font-size:13px; font-weight:700; text-decoration:none!important; }
.te-articles__more-icon { display:inline-flex; width:14px; height:14px; align-items:center; justify-content:center; }
.te-articles__more-icon svg,.te-articles__more-icon i { width:100%; height:100%; color:currentColor; fill:currentColor; }
.te-articles__grid { display:grid; grid-template-columns:repeat(var(--te-articles-columns,4),minmax(0,1fr)); gap:16px; padding:0 16px; }
.te-articles__card { min-width:0; overflow:hidden; background:#fff; border:1px solid #e0e0e2; border-radius:11px; transition:transform .22s,box-shadow .22s,border-color .22s; }
.te-articles__card:hover { transform:translateY(-4px); border-color:#c7c9cc; box-shadow:0 9px 24px rgba(35,37,78,.1); }
.te-articles__image { display:block; width:100%; height:252px; overflow:hidden; background:#f4f5f7; }
.te-articles__image img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.te-articles__card:hover .te-articles__image img { transform:scale(1.035); }
.te-articles__placeholder { display:block; width:100%; height:100%; background:linear-gradient(135deg,#f0f1f3,#e2e4e7); }
.te-articles__content { padding:14px 14px 18px; }
.te-articles__title { display:-webkit-box; min-height:54px; margin:0; overflow:hidden; color:#23254e; font-size:14px; font-weight:500; line-height:1.9; text-align:right; -webkit-box-orient:vertical; -webkit-line-clamp:2; transition:color .2s; }
.te-articles__title a { color:inherit; text-decoration:none!important; }
.te-articles__excerpt { display:-webkit-box; margin:8px 0 0; overflow:hidden; color:#62666d; font-size:12px; line-height:1.9; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.te-articles__meta { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:12px; color:#a1a3a8; font-size:10px; }
.te-articles--carousel .te-articles__grid.owl-loaded { display:block; }
.te-articles--carousel .te-articles__grid .owl-stage { display:flex; align-items:stretch; }
.te-articles--carousel .te-articles__grid .owl-item { display:flex; height:auto; }
.te-articles--carousel .te-articles__grid .owl-item > .te-articles__card { width:100%; height:100%; }
.te-articles--carousel .te-articles__grid .owl-stage-outer { overflow:hidden; }
.te-articles--carousel .te-articles__grid.owl-drag { touch-action:pan-y pinch-zoom; }
.te-articles--carousel .te-articles__grid .owl-nav { position:absolute; z-index:3; top:50%; right:0; left:0; height:0; margin:0; transform:translateY(-50%); pointer-events:none; }
.te-articles--carousel .te-articles__grid .owl-nav button.owl-prev,
.te-articles--carousel .te-articles__grid .owl-nav button.owl-next { position:absolute; top:0; display:flex; width:var(--te-articles-nav-size); height:var(--te-articles-nav-size); align-items:center; justify-content:center; margin:0; padding:0!important; color:var(--te-articles-nav-color)!important; background:var(--te-articles-nav-bg)!important; border:1px solid var(--te-articles-nav-border)!important; border-radius:var(--te-articles-nav-radius)!important; box-shadow:0 3px 12px rgba(35,37,78,.12); transform:translateY(-50%); transition:color .2s,background-color .2s,border-color .2s,opacity .2s; pointer-events:auto; }
.te-articles--carousel .te-articles__grid .owl-nav button.owl-prev { right:calc(0px - var(--te-articles-nav-offset)); }
.te-articles--carousel .te-articles__grid .owl-nav button.owl-next { left:calc(0px - var(--te-articles-nav-offset)); }
.te-articles--carousel .te-articles__grid .owl-nav button:hover { color:var(--te-articles-nav-hover-color)!important; background:var(--te-articles-nav-hover-bg)!important; }
.te-articles--carousel .te-articles__grid .owl-nav button.disabled { opacity:.35; cursor:default; }
.te-articles--carousel .te-articles__grid .owl-nav button svg,
.te-articles--carousel .te-articles__grid .owl-nav button i,
.te-articles--carousel .te-articles__grid .owl-nav button span { display:block; width:var(--te-articles-nav-icon-size); height:var(--te-articles-nav-icon-size); font-size:var(--te-articles-nav-icon-size); line-height:1; fill:currentColor; }
.te-articles--carousel .te-articles__grid .owl-dots { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:16px; }
.te-articles--carousel .te-articles__grid .owl-dots .owl-dot { width:var(--te-articles-dot-size); height:var(--te-articles-dot-size); margin:0; padding:0; }
.te-articles--carousel .te-articles__grid .owl-dots .owl-dot span { display:block; width:100%; height:100%; margin:0; background:var(--te-articles-dot-color); border-radius:99px; transition:width .2s,background-color .2s; }
.te-articles--carousel .te-articles__grid .owl-dots .owl-dot.active span { background:var(--te-articles-dot-active); }
@media(max-width:1024px){.te-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.te-articles__image{height:220px}}
@media(max-width:767px){.te-articles__header{margin-bottom:16px;padding:0 5px}.te-articles__heading{font-size:16px}.te-articles__more{font-size:11px}.te-articles__grid{grid-template-columns:1fr;gap:12px;padding:0}.te-articles__image{height:210px}.te-articles__title{min-height:auto}}

#related_slider li:first-child .item_post_info {
    border-right: 1px solid var(--color-neutral-100);
}
.title_post {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-neutral-700);
    min-height: 51px;
    font-size: 1rem;
}
.title_post a{
    color: var(--color-neutral-700);

}
.rating-product {
    padding: 15px;
    position: relative;
}
.woocommerce .products .star-rating {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
}
.product_item .button {
    background: var(--color-primary-700) !important;
    display: block !important;
    text-align: center;
    margin: 0 auto;
    color: #fff !important;
    margin-top: 15px !important;
}
.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-6 ul.webkeen_related_pro li{
    width: 16.6%;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-5 ul.webkeen_related_pro li {
    width:20%;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-4 ul.webkeen_related_pro li {
    width:25%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-3 ul.webkeen_related_pro li {
    width:33.3%;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-5 li.product , .columns-2 ul.webkeen_related_pro li{
    width:50%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: right;
    clear: unset;
    margin: 0;
    border-left: 1px solid var(--color-neutral-100);
    border-bottom: 1px solid var(--color-neutral-100);
    list-style: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.woocommerce.archive-product {
    border: 1px solid var(--color-neutral-100);
}
.product_list_widget_webkeen {
    direction: rtl !important;
}

/* پایان استایلهای آرشیو محصولات*/

.te-brand-carousel {
    width: 100%;
    padding: 34px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 20px;
}
.te-brand-carousel__heading {
    margin: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #0c0c0c;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}
.te-brand-carousel__heading-icon {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f9a825;
    fill: currentColor;
}
.te-brand-carousel__heading-icon i,
.te-brand-carousel__heading-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 25px;
    fill: currentColor;
}
.te-brand-carousel__track .owl-stage { display: flex; }
.te-brand-carousel__track .owl-item { display: flex; }
.te-brand-carousel__item {
    width: 100%;
    min-width: 0;
    padding: 8px 26px;
    box-sizing: border-box;
    border-left: 1px solid transparent;
}
.te-brand-carousel--separated .te-brand-carousel__item { border-left-color: #e0e0e2; }
.te-brand-carousel__track .owl-item:last-child .te-brand-carousel__item { border-left-color: transparent; }
.te-brand-carousel__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none !important;
}
.te-brand-carousel__logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.te-brand-carousel__logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .2s ease;
}
.te-brand-carousel__link:hover .te-brand-carousel__logo img { transform: scale(1.04); }
.te-brand-carousel__item-title {
    margin-top: 10px;
    color: #3f4064;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}
.te-brand-carousel .owl-nav { margin: 0; }
.te-brand-carousel .owl-nav button.owl-prev,
.te-brand-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 58%;
    z-index: 5;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7e83 !important;
    background: #fff !important;
    border: 1px solid #e0e0e2 !important;
    border-radius: 50% !important;
    font-size: 34px !important;
    line-height: 1 !important;
}
.te-brand-carousel .owl-nav button.owl-prev { right: -25px; }
.te-brand-carousel .owl-nav button.owl-next { left: -25px; }
.te-brand-carousel .owl-dots { margin: 20px 0 -18px; }

@media (max-width: 767px) {
    .te-brand-carousel { padding: 24px 0; border-radius: 14px; }
    .te-brand-carousel__heading { margin-bottom: 22px; font-size: 20px; }
    .te-brand-carousel__item { padding: 6px 14px; }
    .te-brand-carousel__logo { height: 80px; }
    .te-brand-carousel .owl-nav { display: none; }
}

.digi_brands_item {
    padding-top: calc(1 * var(--spacing-base));
    padding-bottom: calc(1 * var(--spacing-base));
    padding-right: calc(4 * var(--spacing-base));
    padding-left: calc(4 * var(--spacing-base));
    border-right: 1px solid var(--color-neutral-100);
    list-style: none;
}
.brand_title {
    text-align: center;
    font-size: 15px;
}
.brands_carousel ul {
    padding: 0;
}

/* پایان استایلهای کاروسل بنرها*/

/* شروع استایلهای نوشته ها*/
.blog-details div > * {
    margin-top: calc(2 * var(--spacing-base));
    margin-bottom: calc(3 * var(--spacing-base));
    padding-right: calc(4 * var(--spacing-base));
    padding-left: calc(4 * var(--spacing-base));
    text-align: right;
}
.row-area{
    display: grid;
    align-items: stretch;
    gap: calc(3 * var(--spacing-base));
    justify-content: space-around;
    padding-right: calc(0 * var(--spacing-base));
    padding-left: calc(0 * var(--spacing-base));
}
.blog-details {
    padding: 5px 15px;
}
/* پایان استایلهای نوشته ها*/

/* شروع استایل عنوان*/
.o-headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-swiper .o-headline, .t-index .o-headline {
    padding-right: 0;
    margin-bottom: 22px;
    margin-top: 8px;
}
.c-swiper--brands .o-headline, .c-swiper--present .o-headline, .c-swiper--products .o-headline, .c-swiper--trends .o-headline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 5px;
}
.c-swiper--products.has-placeholder .o-headline {
    min-height: 49px;
}
.c-swiper--products.has-placeholder .c-box {
    min-height: 280px;
}
.u-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.u-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.u-leading-normal {
    line-height: 1.5;
}
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.o-headline > h2, .o-headline > span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700;
    position: relative;
}
.c-swiper .o-headline > h2, .c-swiper .o-headline > span, .t-index .o-headline > h2, .t-index .o-headline > span {
    font-weight: 700;
}
.c-swiper--brands .o-headline > span, .c-swiper--present .o-headline > span, .c-swiper--products .o-headline > span, .c-swiper--trends .o-headline > span {
    padding: 8px 0;
    min-height: 49px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.c-swiper--brands .o-headline > span::before, .c-swiper--present .o-headline > span::before, .c-swiper--trends .o-headline > span::before {
    content: "";
    position: absolute;
    right: 0;
    left: -40px;
    bottom: 0;
    background-color: #ef5661;
    height: 1px;
    z-index: 1;
}
.c-swiper--products.has-placeholder .o-headline , .c-posts-carousel .o-headline {
    min-height: 49px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}
/* پایان استایل عنوان*/
/* شروع استایل پیشنهاد لحظه ای*/
.te-instant-offer { position:relative; width:100%; overflow:hidden; box-sizing:border-box; background:#fff; border:1px solid #e0e0e2; border-radius:16px; }
.te-instant-offer__header { padding:15px 18px 12px; text-align:center; }
.te-instant-offer__heading { margin:0; color:#3f4064; font-size:17px; font-weight:700; line-height:1.8; }
.te-instant-offer__progress { height:3px; overflow:hidden; background:#f1f2f4; }
.te-instant-offer__progress-bar { display:block; width:100%; height:100%; transform:scaleX(0); transform-origin:right center; background:#ef4056; }
.te-instant-offer__progress-bar.is-running { animation:te-instant-progress var(--te-instant-speed,5000ms) linear forwards; }
@keyframes te-instant-progress { from{transform:scaleX(1)} to{transform:scaleX(0)} }
.te-instant-offer__slide { display:flex; min-height:390px; flex-direction:column; padding:18px; box-sizing:border-box; }
.te-instant-offer__image { display:flex; height:230px; align-items:center; justify-content:center; }
.te-instant-offer__image img { display:block; width:100%; height:100%; object-fit:contain; }
.te-instant-offer__title { margin:13px 0 8px; overflow:hidden; color:#3f4064; font-size:13px; font-weight:500; line-height:1.9; text-align:right; text-overflow:ellipsis; white-space:nowrap; }
.te-instant-offer__title a { color:inherit; text-decoration:none!important; }
.te-instant-offer__price-row { display:flex; align-items:flex-start; justify-content:space-between; gap:8px; margin-top:auto; }
.te-instant-offer__price { display:flex; flex-direction:column; color:#3f4064; font-size:14px; font-weight:700; }
.te-instant-offer__price ins { order:-1; color:#3f4064; text-decoration:none; }
.te-instant-offer__price del { color:#c0c2c5; font-size:11px; font-weight:400; }
.te-instant-offer__discount { padding:3px 7px; border-radius:14px; background:#d32f2f; color:#fff; font-size:11px; font-weight:700; }
.te-instant-offer__countdown { margin-top:7px; color:#ef4056; font-size:11px; direction:rtl; text-align:right; }
.te-instant-offer--hide-countdown .te-instant-offer__countdown { display:none; }
.te-instant-offer .owl-nav { margin:0; }
.te-instant-offer .owl-nav button { position:absolute; top:42%; width:38px; height:38px; display:flex!important; align-items:center; justify-content:center; color:#7a7e83!important; background:#fff!important; border:1px solid #e0e0e2!important; border-radius:50%!important; font-size:28px!important; }
.te-instant-offer .owl-nav .owl-prev { right:8px; }
.te-instant-offer .owl-nav .owl-next { left:8px; }
.te-instant-offer .owl-dots { margin:0 0 10px; }
@media(max-width:767px){.te-instant-offer__slide{min-height:350px;padding:14px}.te-instant-offer__image{height:200px}}

.dash {
    width: 100%;
    background: red;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-promo-single {
    text-align: center;
    height: 100%;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.03);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.03);
    border: 1px solid rgba(0,191,214,.3);
    border-radius: 8px;
    overflow: hidden;
}
.c-promo-single__headline {
    height: 57px;
    line-height: 56px;
    font-weight: 500;
    color: #6e6e6e;
    margin: 0 13px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-promo-single__headline::before {
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.c-promo-single__headline::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: -webkit-gradient(linear,left top,right top,from(#ffd3db),to(#fb3449));
    background: linear-gradient(90deg,#ffd3db,#fb3449);
    content: "";
}
.c-promo-single__headline.is-active::after {
    -webkit-animation: bar-fill 7s cubic-bezier(.17,.67,.71,.99) infinite;
    animation: bar-fill 7s cubic-bezier(.17,.67,.71,.99) infinite;
}

/* پایان استایل پیشنهاد لحظه ای*/
.digiweb-amazing-slider {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    border-left: 0;
}
.c-product-box__timer.js-counter p {
    direction: ltr;
    color: var(--color-primary-700);
    font-size: 12px;
    text-align: right;
}
.amazing-list {
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}
.amazing-list-right {
    max-width: 40%;
    flex: 0 0 40%;
    width: 40%;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.amazing-list-right img {
    max-width:100%;
}
.amazing-list-left {
    max-width: 60%;
    flex: 0 0 60%;
    width: 60%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    min-height: 200px;
    position: relative;
}
.amazing-discount {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary-700);
    border-radius: 40% 0 40% 0;
    color: #fff;
    margin-left: 8px;
}
.amazing-slider {
    width: 100%;
    float: right;
    padding: 12px;
    margin: 0 !important;
}
.owl-dots .owl-dot {
    min-height: 0;
}

/* شروع استایلهای استوری */
/* Header widgets */
.te-header-logo{display:inline-flex;align-items:center}.te-header-logo img{display:block;max-width:100%;height:auto}.te-header-popover{position:relative;display:inline-flex;align-items:center;direction:rtl}.te-header-trigger{position:relative;display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:8px 10px;color:#3f4046;background:transparent;border:0;cursor:pointer;font:inherit}.te-header-trigger svg{width:24px;height:24px}.te-header-panel{position:absolute;z-index:100010;top:calc(100% + 10px);left:0;width:min(420px,calc(100vw - 24px));max-height:min(650px,75vh);overflow:auto;padding:14px;background:#fff;border:1px solid #e0e0e2;border-radius:10px;box-shadow:0 5px 18px rgba(0,0,0,.18);box-sizing:border-box}.te-header-panel[hidden]{display:none!important}.te-header-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.te-header-panel header button,[data-te-close]{width:30px;height:30px;padding:0;background:transparent;border:0;font-size:22px;cursor:pointer}.te-header-global-overlay{position:fixed;z-index:99990;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.2s}.te-header-global-overlay.is-open{opacity:1;visibility:visible}.te-header-ui-open{overflow:hidden}
.te-header-cart{--te-header-accent:#ef1745}.te-header-cart__count,.te-header-notifications__count{position:absolute;right:1px;bottom:1px;display:flex;min-width:20px;height:20px;align-items:center;justify-content:center;padding:0 4px;color:#fff;background:var(--te-header-accent,#ef1745);border:2px solid #fff;border-radius:7px;font-size:9px}.te-header-cart__panel{width:625px}.te-header-cart__item{display:grid;grid-template-columns:100px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f1}.te-header-cart__image{display:flex;height:100px;align-items:center;justify-content:center;background:#f7f7f8;border-radius:8px}.te-header-cart__image img{width:100%;height:100%;object-fit:contain}.te-header-cart__name{color:#23254e;font-size:13px;font-weight:700;line-height:1.9;text-decoration:none}.te-header-cart__price{margin-top:8px;font-size:12px;font-weight:700}.te-header-cart__quantity{display:flex;align-items:center;gap:12px;margin-top:8px}.te-header-cart__quantity button{display:flex;width:32px;height:32px;align-items:center;justify-content:center;padding:0;color:var(--te-header-accent);background:#fff;border:1px solid #e0e0e2;border-radius:8px;cursor:pointer}.te-header-cart__subtotal{display:flex;align-items:center;justify-content:space-between;padding:14px 0;font-size:13px}.te-header-cart__checkout{display:flex;min-height:52px;align-items:center;justify-content:center;color:#fff!important;background:var(--te-header-accent);border-radius:8px;font-weight:800;text-decoration:none!important}
.te-header-cart__trigger{transition:color .2s,background-color .2s,border-color .2s}.te-header-cart__icon{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center}.te-header-cart__icon svg,.te-header-cart__close svg{width:100%;height:100%;fill:currentColor}.te-header-cart__close{display:inline-flex!important;align-items:center;justify-content:center}.te-header-cart__close svg{width:16px;height:16px}.te-header-cart__checkout{transition:color .2s,background-color .2s}.te-header-cart__empty{margin:24px 0;color:#81858b;text-align:center}
.te-header-search{position:relative;width:100%;direction:rtl}.te-header-search form{position:relative}.te-header-search__input{width:100%;height:52px;padding:0 20px 0 56px;background:#f0f0f1;border:0;border-radius:28px;box-sizing:border-box;outline:0}.te-header-search__icon{display:inline-flex;align-items:center;justify-content:center;color:#a1a3a8}.te-header-search__icon svg{width:100%;height:100%;fill:currentColor}.te-header-search form button.te-header-search__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:36px;height:36px;padding:8px;background:transparent!important;border:0!important}.te-header-search__overlay{position:fixed;z-index:100020;inset:0;padding-top:0;background:rgba(0,0,0,.55);box-sizing:border-box}.te-header-search__overlay[hidden]{display:none!important}.te-header-search__dialog{position:relative;width:min(645px,calc(100vw - 24px));max-height:calc(100vh - 12px);margin:0 auto;overflow:auto;padding:12px 20px 20px;background:#fff;border-radius:0 0 25px 25px;box-sizing:border-box}.te-header-search__dialog>[data-te-search-close]{position:absolute;z-index:3;top:24px;left:30px;width:30px;height:30px;padding:0;color:#81858b;background:transparent!important;border:0!important;font-size:22px}.te-header-search__modal-field{position:relative;display:flex;align-items:center;height:54px;padding:0 18px;background:#f0f0f1;border-radius:28px;box-sizing:border-box}.te-header-search__modal-input{width:100%;height:100%;padding:0 0 0 45px;color:#3f4064;background:transparent!important;border:0!important;outline:0}.te-header-search__modal-field>.te-header-search__icon{position:absolute;left:15px;width:21px;height:21px}.te-header-search__dialog h3{margin:27px 0 11px;color:#23254e;font-size:16px;font-weight:800}.te-header-search__popular,.te-header-search__history>div{display:flex;flex-wrap:wrap;gap:8px}.te-header-search__popular button,.te-header-search__history button{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;color:#3f4064;background:#fff;border:1px solid #e0e0e2;border-radius:18px}.te-header-search__popular button span{display:inline-flex;width:13px;height:13px;color:#62666d}.te-header-search__results{display:grid;gap:7px;margin:14px 0}.te-header-search__result{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;padding:8px;color:#23254e;border-bottom:1px solid #f0f0f1;text-decoration:none;border-radius:7px}.te-header-search__result>span{display:flex;min-width:0;flex-direction:column;gap:5px}.te-header-search__result small{color:#81858b}.te-header-search__result img{width:58px;height:58px;object-fit:contain}.te-header-search__banner img{display:block;width:100%;max-height:245px;object-fit:cover;border-radius:10px}
.te-header-account__trigger{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:0 15px;color:#23254e;border:1px solid #e0e0e2;border-radius:8px;text-decoration:none}.te-header-account .te-header-panel{width:230px}.te-header-account .te-header-panel a,.te-header-notifications .te-header-panel>a{display:flex;gap:4px;padding:11px;color:#3f4064;border-bottom:1px solid #f0f0f1;text-decoration:none}.te-header-notifications .te-header-panel{width:330px}.te-header-notifications .te-header-panel span{font-size:11px;color:#81858b}
.te-header-account__trigger{justify-content:center;transition:color .2s,background-color .2s,border-color .2s}.te-header-account__trigger strong{font-weight:inherit}.te-header-account__icon,.te-header-account__arrow,.te-header-account__item-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.te-header-account__icon{width:22px;height:22px}.te-header-account__arrow{width:13px;height:13px;margin-right:auto}.te-header-account__icon svg,.te-header-account__arrow svg,.te-header-account__item-icon svg{width:100%;height:100%;fill:currentColor}.te-header-account .te-header-account__item{display:flex;align-items:center;flex-direction:row;gap:10px;padding:11px;color:#3f4064;border-bottom:1px solid #f0f0f1;text-decoration:none;transition:color .2s,background-color .2s}.te-header-account__item-icon{width:20px;height:20px}.te-header-account__panel form p{margin:0 0 12px}.te-header-account__panel form label{display:block;margin-bottom:5px;font-size:12px}.te-header-account__panel input.input{width:100%;height:42px;padding:8px;border:1px solid #e0e0e2;border-radius:7px;box-sizing:border-box}.te-header-account__panel .login-remember label{display:flex;align-items:center;gap:6px}.te-header-account__panel #wp-submit{width:100%;min-height:42px;color:#fff;background:#ef1745;border:0;border-radius:7px;cursor:pointer}
.te-header-notifications__trigger{transition:color .2s,background-color .2s,border-color .2s}.te-header-notifications__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.te-header-notifications__icon svg,.te-header-notifications__item-icon svg{width:100%;height:100%;fill:currentColor}.te-header-notifications .te-header-notifications__item{display:flex;align-items:center;flex-direction:row;gap:11px;padding:12px;color:#3f4064;border-bottom:1px solid #f0f0f1;text-decoration:none;transition:background-color .2s,opacity .2s}.te-header-notifications__item-icon{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;flex:0 0 auto}.te-header-notifications__item-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.te-header-notifications__item-copy strong{font-size:13px}.te-header-notifications__item-copy>span{font-size:11px;color:#81858b}.te-header-notifications__panel header [data-te-close] span{display:inline-flex;width:16px;height:16px}.te-header-notifications__empty{margin:15px 0;color:#81858b;text-align:center}
.te-header-menu{position:relative;max-width:100%;direction:rtl}.te-header-menu>ul{display:flex;align-items:center;justify-content:flex-start;gap:24px;margin:0;padding:0;list-style:none}.te-header-menu li{position:relative;margin:0}.te-header-menu a{display:flex;align-items:center;gap:6px;padding:10px 0;color:#62666d;text-decoration:none;white-space:nowrap;transition:color .18s ease,background .18s ease}.te-header-menu--separator>ul>li:not(:last-child)::after{position:absolute;top:50%;left:calc(-12px - .5px);width:1px;height:18px;background:#e0e0e2;content:"";transform:translateY(-50%)}.te-header-menu--indicator .menu-item-has-children>a::after{display:inline-block;width:6px;height:6px;border:solid currentColor;border-width:0 0 1.5px 1.5px;content:"";transform:translateY(-2px) rotate(-45deg);transition:transform .18s ease}.te-header-menu--indicator .menu-item-has-children:hover>a::after{transform:translateY(1px) rotate(135deg)}.te-header-menu .sub-menu{position:absolute;z-index:100010;top:100%;right:0;display:block;min-width:220px;margin:0;padding:10px;visibility:hidden;opacity:0;background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.15);list-style:none;transform:translateY(8px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.te-header-menu .sub-menu .sub-menu{top:0;right:100%;transform:translateX(8px)}.te-header-menu li:hover>.sub-menu,.te-header-menu li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:none}.te-header-menu .sub-menu a{width:100%;padding:9px 12px;border-radius:5px}.te-header-menu .sub-menu li:hover>a{color:#ef4056;background:#f7f7f8}.te-header-menu a:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.te-header-mega{position:relative}.te-header-mega__trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;color:#3f4064;background:transparent;border:0;cursor:pointer;white-space:nowrap}.te-header-mega__trigger-icon{display:inline-flex;font-size:18px}.te-header-mega__trigger-icon svg,.te-header-mega__parent-arrow svg,.te-header-mega__all svg,.te-header-mega__column-title svg{width:1em;height:1em;fill:currentColor}.te-header-mega__panel{position:fixed;z-index:100002;right:1%;left:auto;display:grid!important;grid-template-columns:250px minmax(0,1fr);width:98%;max-height:min(72vh,720px);min-height:420px;padding:0;overflow:hidden;direction:rtl;background:#fff;border:1px solid #e0e0e2;border-radius:0 0 8px 8px;box-shadow:0 8px 24px rgba(0,0,0,.14)}.te-header-mega__panel[hidden]{display:none!important}.te-header-mega__parents{height:100%;margin:0;padding:0;overflow:auto;background:#f5f5f5;list-style:none}.te-header-mega__parents li{margin:0}.te-header-mega__parent{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:14px 18px;color:#3f4064;background:transparent;border:0;border-radius:0;text-align:right;cursor:pointer;transition:color .18s ease,background .18s ease}.te-header-mega__parent:hover,.te-header-mega__parent.is-active{color:#ef4056;background:#fff}.te-header-mega__parent-arrow{display:inline-flex;flex:0 0 auto;font-size:11px;opacity:0;transition:opacity .18s ease}.te-header-mega__parent:hover .te-header-mega__parent-arrow,.te-header-mega__parent.is-active .te-header-mega__parent-arrow{opacity:1}.te-header-mega__contents{padding:26px 30px;overflow:auto;background:#fff}.te-header-mega__contents section[hidden]{display:none!important}.te-header-mega__all{display:inline-flex;align-items:center;gap:8px;margin-bottom:26px;color:#008eb2;font-size:13px;font-weight:700;text-decoration:none}.te-header-mega__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 34px;align-items:start}.te-header-mega__column{min-width:0}.te-header-mega__column-title{display:flex;align-items:center;gap:7px;margin-bottom:16px;padding-right:9px;color:#0c0c0c;font-size:15px;font-weight:700;line-height:1.8;text-decoration:none;border-right:2px solid #ef4056}.te-header-mega__column-title span{display:inline-flex;font-size:10px}.te-header-mega__column-list{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.te-header-mega__link{display:block;max-width:100%;overflow:hidden;color:#81858b;font-size:13px;line-height:1.7;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;transition:color .18s ease}.te-header-mega__link:hover{color:#ef4056}
.te-header-address .te-header-trigger{color:#f57c00;background:#fff5ed;border-radius:22px}.te-header-address .te-header-panel{width:360px}.te-header-address input,.te-header-address textarea{width:100%;margin-bottom:10px;padding:11px;border:1px solid #e0e0e2;border-radius:7px;box-sizing:border-box}.te-header-address [data-address-save]{width:100%;padding:12px;color:#fff;background:#ef1745;border:0;border-radius:7px}
@media(max-width:1024px){.te-header-mega__panel{right:0;left:0;width:100%;grid-template-columns:210px minmax(0,1fr)}.te-header-mega__columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}
@media(max-width:767px){.te-product-carousel__viewport .owl-carousel .owl-stage-outer {
	padding-right: 15px;
	padding-left: 15px;
}
.te-bestseller__track.owl-carousel .owl-stage-outer {
	padding-right: 6px;
	padding-left: 6px;
}
.te-header-panel{position:fixed;top:auto;right:8px;bottom:8px;left:8px;width:auto;max-height:80vh;border-radius:16px}.te-header-cart__panel{width:auto}.te-header-cart__item{grid-template-columns:75px 1fr}.te-header-cart__image{height:75px}.te-header-search__overlay{padding:0}.te-header-search__dialog{width:100%;height:100%;max-height:none;border-radius:0}.te-header-menu>ul{overflow-x:auto;gap:14px}.te-header-mega__panel{top:auto!important;right:0;bottom:0;left:0;display:flex!important;flex-direction:column;width:100%;height:min(88vh,760px);min-height:0;max-height:none;overflow:hidden;border-radius:18px 18px 0 0}.te-header-mega__panel[hidden]{display:none!important}.te-header-mega__parents{display:flex;flex:0 0 auto;height:auto;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #e0e0e2;scrollbar-width:none}.te-header-mega__parents::-webkit-scrollbar{display:none}.te-header-mega__parents li{flex:0 0 auto}.te-header-mega__parent{width:auto;padding:14px 16px;white-space:nowrap}.te-header-mega__parent-arrow{display:none}.te-header-mega__parent.is-active{box-shadow:inset 0 -2px #ef4056}.te-header-mega__contents{flex:1;padding:20px;overflow:auto}.te-header-mega__all{margin-bottom:20px}.te-header-mega__columns{grid-template-columns:1fr;gap:24px}.te-header-mega__column-title{margin-bottom:12px}.te-header-mega__link{white-space:normal}}

/* Keep the mega-menu hover surface above the shared header overlay. */
.te-header-mega.is-open{z-index:100003}.te-header-mega.is-open .te-header-mega__trigger{position:relative;z-index:100004}

@media(min-width:768px){.te-header-mega{--te-mega-edge:20px}.te-header-mega__panel{width:min(1400px,calc(100vw - (var(--te-mega-edge) * 2)))}.te-header-mega--align-right .te-header-mega__panel{right:var(--te-mega-edge);left:auto;transform:none}.te-header-mega--align-center .te-header-mega__panel{right:auto;left:50%;transform:translateX(-50%)}.te-header-mega--align-left .te-header-mega__panel{right:auto;left:var(--te-mega-edge);transform:none}}

/* Mobile-style category mega menu (same composition on every breakpoint). */
.te-mobile-mega{width:min(480px,100%);height:740px;max-width:100%;overflow:hidden;direction:rtl;background:#fff;box-sizing:border-box}.te-mobile-mega *{box-sizing:border-box}.te-mobile-mega__top{display:flex;flex-direction:row-reverse;align-items:center;gap:14px;padding:8px 20px 20px}.te-mobile-mega__back{display:inline-flex;flex:0 0 34px;width:34px;height:48px;align-items:center;justify-content:center;padding:0;color:#111;background:transparent;border:0;cursor:pointer;font-size:24px}.te-mobile-mega__top-icon{display:inline-flex;align-items:center;justify-content:center}.te-mobile-mega__top-icon svg,.te-mobile-mega__category-icon svg,.te-mobile-mega__accordion-icon svg{width:1em;height:1em;fill:currentColor}.te-mobile-mega__search{position:relative;display:flex;flex:1;height:52px;align-items:center;gap:8px;padding:0 14px;color:#a1a3a8;background:#fff;border:1px solid #e0e0e2;border-radius:28px;font-size:16px}.te-mobile-mega__search input{min-width:0;flex:1;padding:0;color:#62666d;background:transparent;border:0;outline:0;text-align:right;font:inherit}.te-mobile-mega__search input::placeholder{color:#a1a3a8}.te-mobile-mega__brand{position:absolute;right:126px;color:#ef1745;pointer-events:none}.te-mobile-mega__media-icon{order:3;color:#7f53ff;font-size:22px}.te-mobile-mega__body{display:flex;height:calc(100% - 80px);min-height:0;direction:rtl;border-top:1px solid transparent}.te-mobile-mega__sidebar{display:flex;flex:0 0 112px;width:112px;flex-direction:column;overflow:auto;background:#f1f2f4;scrollbar-width:none}.te-mobile-mega__sidebar::-webkit-scrollbar{display:none}.te-mobile-mega__category{display:flex;flex:0 0 auto;min-height:83px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 5px;color:#3f4064;background:transparent;border:0;border-bottom:1px solid #dcdde1;cursor:pointer;font-size:12px;line-height:1.6;text-align:center}.te-mobile-mega__category.is-active{color:#ef4056;background:#fff}.te-mobile-mega__category-icon{display:inline-flex;font-size:21px}.te-mobile-mega__content{min-width:0;flex:1;overflow:auto;padding:0 10px 30px;background:#fff;scrollbar-width:thin}.te-mobile-mega__section[hidden],.te-mobile-mega__children[hidden],.te-mobile-mega__empty[hidden]{display:none!important}.te-mobile-mega__all{display:flex;align-items:center;gap:8px;min-height:66px;padding:0 20px;color:#0059a8;font-size:13px;font-weight:700;text-decoration:none}.te-mobile-mega__accordion{border-bottom:1px solid #e5e5e7}.te-mobile-mega__accordion-button{display:flex;width:100%;min-height:63px;align-items:center;justify-content:space-between;gap:12px;padding:10px 8px;color:#111;background:#fff;border:0;cursor:pointer;font-size:15px;font-weight:700;text-align:right}.te-mobile-mega__accordion-icon{display:inline-flex;flex:0 0 auto;color:#424750;font-size:13px;transition:transform .2s ease}.te-mobile-mega__accordion.is-open .te-mobile-mega__accordion-icon{transform:rotate(180deg)}.te-mobile-mega__children{display:flex;flex-direction:column;align-items:stretch;padding:0 18px 14px}.te-mobile-mega__children a{padding:8px 0;color:#62666d;font-size:13px;line-height:1.7;text-decoration:none}.te-mobile-mega__children a:hover{color:#ef4056}.te-mobile-mega__empty{padding:30px 15px;color:#81858b;text-align:center}

@media(max-width:480px){.te-mobile-mega{width:100%;height:100vh}.te-mobile-mega__top{padding-right:12px;padding-left:12px}.te-mobile-mega__brand{right:112px}}

/* Anchored live-search panel — aligned with the header search field. */
.te-header-search{--te-search-offset:-10px}.te-header-search__overlay{display:block;padding:0;background:rgba(0,0,0,.38);backdrop-filter:none}.te-header-search__overlay[hidden]{display:none!important}.te-header-search__dialog{position:fixed;width:min(645px,calc(100vw - 24px));max-height:calc(100vh - 20px);margin:0;overflow:auto;padding:12px 20px 20px;background:#fff;border-radius:26px;box-shadow:0 14px 45px rgba(0,0,0,.18);scrollbar-width:thin}.te-header-search__dialog>[data-te-search-close]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.te-header-search__modal-field{height:54px;padding:0 18px;background:#f0f0f1;border:0;border-radius:28px}.te-header-search__modal-input{padding:0 0 0 42px;font-size:13px}.te-header-search__dialog h3{margin:28px 0 14px;color:#23254e;font-size:16px;font-weight:800}.te-header-search__popular,.te-header-search__history>div{gap:9px}.te-header-search__popular button,.te-header-search__history button{min-height:40px;padding:7px 16px;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease}.te-header-search__popular button:hover,.te-header-search__history button:hover{color:#ef4056;background:#fff5f6;border-color:#ef4056}.te-header-search__results{max-height:300px;overflow:auto;border-radius:12px}.te-header-search__result{transition:background .18s ease}.te-header-search__result:hover{background:#f7f7f8}.te-header-search__banner{display:block;margin-top:26px}.te-header-search__banner img{width:100%;max-height:242px;border-radius:12px}

@media(max-width:767px){.te-header-search__dialog{position:fixed;top:0!important;right:0;bottom:0;left:0!important;width:100%!important;height:100%;max-height:none;padding:12px 16px 24px;border-radius:0;transform:none}.te-header-search__modal-field{height:52px}.te-header-search__banner img{max-height:none}}

.te-header-search__result>b{direction:rtl;color:#23254e;font-weight:800;line-height:1.8;text-align:left;white-space:nowrap}.te-header-search__result small{font-size:12px}.te-header-search__result strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.8}

/* Full-screen mobile mega menu opened by a compact header trigger. */
.te-mobile-mega-open{overflow:hidden!important}.te-mobile-mega-widget{display:inline-flex}.te-mobile-mega-trigger{display:inline-flex;min-width:48px;height:48px;align-items:center;justify-content:center;gap:7px;padding:8px;color:#3f4046;background:transparent;border:0;cursor:pointer;font:inherit}.te-mobile-mega-trigger__icon{display:inline-flex;font-size:24px}.te-mobile-mega-trigger__icon svg{width:1em;height:1em;fill:currentColor}.te-mobile-mega-widget>.te-mobile-mega{position:fixed!important;z-index:100100;inset:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;max-height:none!important;border-radius:0!important}.te-mobile-mega-widget>.te-mobile-mega[hidden]{display:none!important}.te-mobile-mega-widget .te-mobile-mega__top{height:73px;padding:7px 20px 12px;background:#fff}.te-mobile-mega-widget .te-mobile-mega__body{height:calc(100dvh - 73px)}.te-mobile-mega-widget .te-mobile-mega__sidebar{height:100%;overscroll-behavior:contain}.te-mobile-mega-widget .te-mobile-mega__content{height:100%;overscroll-behavior:contain}.te-mobile-mega-widget .te-mobile-mega__children{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 12px;padding:8px 8px 22px}.te-mobile-mega__child-card{display:flex;min-width:0;flex-direction:column;align-items:center;gap:8px;color:#3f4064!important;text-align:center}.te-mobile-mega__child-image{display:flex;width:80px;max-width:100%;aspect-ratio:1;align-items:center;justify-content:center;overflow:hidden;background:#f0f0f1;border-radius:50%}.te-mobile-mega__child-image img{display:block;width:100%;height:100%;object-fit:contain}.te-mobile-mega__child-card>span:last-child{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.7}.te-mobile-mega-widget .te-mobile-mega__accordion.is-open .te-mobile-mega__accordion-button{color:#23254e}

@media(max-width:420px){.te-mobile-mega-widget .te-mobile-mega__top{padding-right:10px;padding-left:10px}.te-mobile-mega-widget .te-mobile-mega__children{gap:16px 8px}.te-mobile-mega__child-image{width:72px}}

.te-mobile-mega__category-icon img{display:block;width:1.15em;height:1.15em;object-fit:contain}

.te-header-search__mobile-top{display:block}.te-header-search__mobile-top>[data-te-search-close],.te-header-search__mobile-media{display:none}.te-header-search__mobile-media svg,.te-header-search__mobile-top>[data-te-search-close] svg{width:1em;height:1em;fill:currentColor}

@media(max-width:767px){.te-header-search__dialog{direction:rtl;padding:7px 20px 24px}.te-header-search__mobile-top{display:flex;flex-direction:row-reverse;align-items:center;gap:14px}.te-header-search__mobile-top>[data-te-search-close]{display:inline-flex;flex:0 0 34px;width:34px;height:52px;align-items:center;justify-content:center;padding:0;color:#111;background:transparent!important;border:0!important;cursor:pointer;font-size:24px}.te-header-search__modal-field{display:flex;min-width:0;flex:1;height:52px;gap:9px;padding:0 14px;direction:rtl;background:#fff;border:1px solid #e0e0e2;border-radius:28px}.te-header-search__modal-field>.te-header-search__modal-search-icon{position:static;flex:0 0 23px;width:23px;height:23px;order:0;color:#a1a3a8}.te-header-search__modal-input{min-width:0;flex:1;width:auto;height:100%;padding:0!important;color:#3f4064;text-align:right;font-size:15px}.te-header-search__mobile-media{display:inline-flex;flex:0 0 24px;align-items:center;justify-content:center;order:2;color:#7f53ff;font-size:23px}.te-header-search__dialog h3{margin:27px 0 14px;font-size:17px;line-height:1.8}.te-header-search__popular,.te-header-search__history>div{justify-content:flex-start;gap:8px}.te-header-search__popular button,.te-header-search__history button{min-height:40px;padding:6px 15px;font-size:15px;border-radius:21px}.te-header-search__popular button span{width:15px;height:15px}.te-header-search__results{max-height:calc(100dvh - 250px)}}

.te-story-open { overflow:hidden!important; }
.te-stories { --te-story-ring:#a73ca8; --te-story-seen:#b8b8bd; position:relative; width:100%; }
.te-stories__rail { position:relative; width:100%; max-width:100%; padding:18px 54px; box-sizing:border-box; }
.te-stories__list { display:flex; align-items:flex-start; gap:22px; overflow-x:auto; overscroll-behavior-inline:contain; padding:2px 8px 8px; scroll-behavior:smooth; scrollbar-width:none; scroll-snap-type:x proximity; }
.te-stories__list::-webkit-scrollbar { display:none; }
.te-stories__item { flex:0 0 120px; width:120px; display:flex; align-items:center; flex-direction:column; gap:9px; padding:0; color:inherit; background:none; border:0; cursor:pointer; scroll-snap-align:center; }
.te-stories__avatar-wrap { position:relative; display:block; width:104px; height:104px; flex:0 0 auto; }
.te-stories__avatar { position:absolute!important; inset:7px!important; width:calc(100% - 14px)!important; height:calc(100% - 14px)!important; max-width:none!important; object-fit:cover!important; background:#f1f2f4; border:2px solid #fff!important; border-radius:50%!important; clip-path:circle(50% at 50% 50%); box-sizing:border-box; transition:transform .22s; }
.te-stories__item:hover .te-stories__avatar { transform:scale(1.04); }
.te-stories__ring { position:absolute; inset:0; width:100%; height:100%; overflow:visible; transform:rotate(-90deg); }
.te-stories__segment { fill:none; stroke:var(--te-story-ring); stroke-width:4; stroke-linecap:round; transition:stroke .25s; }
.te-stories__segment.is-seen { stroke:var(--te-story-seen); }
.te-stories__count { position:absolute; right:3px; bottom:3px; display:flex; min-width:20px; height:20px; align-items:center; justify-content:center; padding:0 4px; color:#fff; background:#3f4064; border:2px solid #fff; border-radius:12px; box-sizing:border-box; font-size:9px; font-weight:800; }
.te-stories__title { display:-webkit-box; width:100%; min-height:42px; overflow:hidden; color:#23254e; font-size:12px; font-weight:500; line-height:1.75; text-align:center; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.te-stories__rail-arrow { position:absolute; top:50%; z-index:4; width:48px; height:48px; transform:translateY(-65%); display:flex; align-items:center; justify-content:center; color:#7a7e83; background:#fff; border:1px solid #e0e0e2; border-radius:50%; box-shadow:0 2px 8px rgba(0,0,0,.06); cursor:pointer; font-size:28px; }
.te-stories__rail-next { right:6px; }.te-stories__rail-prev { left:6px; }
.te-stories.is-static .te-stories__list { justify-content:center; }
.te-stories.is-static .te-stories__rail-arrow { display:none; }
.te-stories__modal { position:fixed; z-index:999999; inset:0; display:flex; align-items:center; justify-content:center; padding:14px; visibility:hidden; opacity:0; background:rgba(0,0,0,.82); backdrop-filter:blur(5px); transition:opacity .2s,visibility .2s; box-sizing:border-box; }
.te-stories__modal[hidden] { display:none!important; }
.te-stories__modal.is-open { visibility:visible; opacity:1; }
.te-stories__viewer { position:relative; width:430px; max-width:100%; height:min(88vh,760px); overflow:hidden; color:#fff; background:#111; border-radius:16px; box-shadow:0 20px 70px rgba(0,0,0,.45); transform:translateY(15px) scale(.98); transition:transform .22s; }
.te-stories__modal.is-open .te-stories__viewer { transform:none; }
.te-stories__progress { position:absolute; z-index:8; top:9px; right:9px; left:9px; display:flex; gap:4px; direction:rtl; }
.te-stories__progress-part { flex:1; height:3px; overflow:hidden; background:rgba(255,255,255,.35); border-radius:4px; }
.te-stories__progress-fill { display:block; width:100%; height:100%; background:#fff; border-radius:inherit; transform:scaleX(0); transform-origin:right; }
.te-stories__viewer-header { position:absolute; z-index:8; top:22px; right:14px; left:14px; display:flex; align-items:center; gap:9px; direction:rtl; text-shadow:0 1px 5px rgba(0,0,0,.5); }
.te-stories__viewer-avatar { width:34px; height:34px; object-fit:cover; border:1px solid rgba(255,255,255,.75); border-radius:50%; }
.te-stories__viewer-title { flex:1; overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.te-stories__follow { padding:8px 14px; color:#23254e; background:#fff; border:0; border-radius:9px; font-size:11px; font-weight:800; white-space:nowrap; }
.te-stories__back { font-size:24px; }
.te-stories__close { width:34px; height:34px; padding:0; color:#fff; background:rgba(0,0,0,.25); border:0; border-radius:50%; cursor:pointer; font-size:28px; line-height:1; }
.te-stories__engagement { position:absolute; z-index:7; bottom:128px; left:16px; display:flex; align-items:center; flex-direction:column; gap:16px; color:#fff; direction:ltr; }
.te-stories__engagement>span,.te-stories__engagement>button { display:flex; align-items:center; flex-direction:column; padding:0!important; color:#fff!important; background:transparent!important; border:0!important; box-shadow:none!important; font-size:29px; line-height:1; text-shadow:0 2px 5px rgba(0,0,0,.5); }
.te-stories__engagement i { font-style:normal; }.te-stories__engagement b { margin-top:5px; font-size:10px; }
.te-stories__like { cursor:pointer; }.te-stories__like.is-liked i { color:#ef4056; font-weight:900; }
.te-stories__slides,.te-stories__slide { position:absolute; inset:0; width:100%; height:100%; }
.te-stories__slide[hidden] { display:none!important; }
.te-stories__media { display:block; width:100%; height:100%; object-fit:cover; background:#111; }
.te-stories__gradient { position:absolute; z-index:2; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.42),transparent 24%,transparent 58%,rgba(0,0,0,.78)); pointer-events:none; }
.te-stories__copy { position:absolute; z-index:6; right:20px; bottom:25px; left:20px; text-align:right; direction:rtl; }
.te-stories__slide.has-product .te-stories__copy { bottom:126px; }
.te-stories__slide-title { margin:0 0 7px; color:#fff; font-size:18px; font-weight:800; line-height:1.7; }
.te-stories__caption { margin:0; color:#fff; font-size:13px; line-height:1.9; }
.te-stories__cta { display:inline-flex; align-items:center; justify-content:center; margin-top:14px; padding:9px 18px; color:#23254e; background:#fff; border-radius:9px; font-size:12px; font-weight:800; text-decoration:none!important; }
.te-stories__product { position:absolute; z-index:7; right:12px; bottom:12px; left:12px; display:flex; min-height:88px; align-items:center; gap:11px; padding:9px 10px; color:#23254e; background:#fff; border-radius:11px; box-shadow:0 5px 20px rgba(0,0,0,.18); box-sizing:border-box; direction:rtl; text-decoration:none!important; }
.te-stories__product-image { flex:0 0 auto; display:flex; width:70px; height:70px; align-items:center; justify-content:center; overflow:hidden; background:#f7f7f8; border-radius:8px; }
.te-stories__product-image img { width:100%; height:100%; object-fit:contain; }
.te-stories__product-info { display:flex; min-width:0; flex:1; flex-direction:column; gap:5px; }
.te-stories__product-info strong { display:-webkit-box; overflow:hidden; color:#23254e; font-size:12px; font-weight:700; line-height:1.7; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.te-stories__product-info>span { color:#3f4064; font-size:11px; font-weight:700; }
.te-stories__product-info del { color:#a1a3a8; font-size:9px; }.te-stories__product-info ins { text-decoration:none; }
.te-stories__product-arrow { flex:0 0 auto; color:#81858b; font-size:25px; }
.te-stories__tap,.te-stories__tap:hover,.te-stories__tap:focus,.te-stories__tap:focus-visible,.te-stories__tap:active { position:absolute; z-index:5; top:70px; bottom:0; width:34%; padding:0!important; background:transparent!important; background-color:transparent!important; background-image:none!important; border:0!important; border-radius:0!important; outline:0!important; box-shadow:none!important; -webkit-tap-highlight-color:transparent; cursor:pointer; }
.te-stories__tap-prev { right:0; }.te-stories__tap-next { left:0; }
.te-stories__viewer-nav { position:fixed; z-index:1000001; top:50%; display:flex; width:50px; height:50px; align-items:center; justify-content:center; padding:0!important; color:#7a7e83!important; background:#fff!important; border:1px solid #e0e0e2!important; border-radius:50%!important; box-shadow:0 4px 16px rgba(0,0,0,.18)!important; transform:translateY(-50%); cursor:pointer; font-size:30px; line-height:1; }
.te-stories__viewer-prev { right:max(22px,calc(50% - 285px)); }.te-stories__viewer-next { left:max(22px,calc(50% - 285px)); }
.te-stories__viewer-nav:hover { color:#ef4056!important; transform:translateY(-50%) scale(1.06); }
@media(max-width:1024px){.te-stories__list{gap:16px}.te-stories__item{flex-basis:105px;width:105px}.te-stories__avatar-wrap{width:88px;height:88px}.te-stories__rail-arrow{width:42px;height:42px}}
@media(max-width:767px){.te-stories__rail{padding:12px 0}.te-stories__list{gap:12px;padding-inline:8px}.te-stories.is-static .te-stories__list{justify-content:flex-start}.te-stories__item{flex-basis:88px;width:88px}.te-stories__avatar-wrap{width:76px;height:76px}.te-stories__avatar{inset:6px!important;width:calc(100% - 12px)!important;height:calc(100% - 12px)!important}.te-stories__title{font-size:10px;min-height:35px}.te-stories__rail-arrow,.te-stories__viewer-nav{display:none!important}.te-stories__modal{padding:0}.te-stories__viewer{width:100vw;height:100dvh;max-width:none;border-radius:0}.te-stories__copy{right:16px;bottom:max(22px,env(safe-area-inset-bottom));left:16px}.te-stories__viewer-header{top:max(22px,env(safe-area-inset-top))}}

.story_box {
    float: right;
    width: 100%;
}
.story_box ul {
    display: flex;
}
.story_box ul li {
    max-width: 75px;
    max-height: 75px;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px 20px;
    width: 100%;
    height: 100%;
}
.story_box ul li> a {
    display: block;
    border-radius: 173% !important;
    border: 3px solid #ffffff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.story_box ul li> a.visit svg{
    border: 3px solid #eee !important;
}
.story_box ul li> a img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.story_box ul li> a svg {
    position: absolute;
    top: 0px;
    display: block;
    overflow: visible;
    fill: none;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    width: 100%;
    border-radius: 50% !important;
    border: 3px solid red;
    right: 0px;
    height: 100% !important;
}
.story_inner {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
    top: 35%;
}
#dark_story {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9;
    opacity: .8;
}
.slider-controls a {
    position: absolute;
    top: 50%;
}
.slider-controls a.prev {
    right: -25px;
}
.slider-controls a.next {
    left: -25px;
}
.time-indicator {
    width: 0px;
    height: 3px;
    background-color: #2edbac;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 99;
}
.ins-story-head-close {
    color: #fff !important;
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 999;
    cursor: pointer;
}
/* شروع استایلهای نمونه کار*/
.flipster__item__content {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px 2px #eee;
}
.flipster__button.flipster__button--prev {
    position: absolute;
    bottom: 28px;
    width: 40px;
    height: 40px;
    top: unset;
    left: calc(50% - 140px);
    z-index: 99999;
    padding: 0 !important;
}
.flipster__button.flipster__button--next {
    position: absolute;
    bottom: 28px;
    width: 40px;
    height: 40px;
    top: unset;
    right: calc(50% - 140px);
    z-index: 99999;
    padding: 0 !important;
}
.flipster__nav {
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
}
.flipster__button svg {
    width: 1em !important;
}
.flipster__nav li a {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #eee;
    border-radius: 100px;
    border: 1px solid #eee;
}
.flipster__nav__item.flipster__nav__item--current a {
    width: 13px;
    height: 13px;
}
.webkeen-amazing-slider {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.owl-thumb-item.active {
    border: 2px solid red;
}
.amazing-slider {
    max-width: 70%;
    width: 70%;
    background: #fff;
    border-radius: 10px;
    margin-left: 15px !important;
}

.slider-nav {
    max-width: 30%;
    width: 30% !important;
    height: 100%;
}
.title_amazing_thumb {
    width: 100%;
}
.title_amazing_thumb {
    text-align: right;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    line-height: 2.17;
    font-size: .9em;
    width: 100%;
}
.title_amazing_thumb p {
    margin: 0;
    width: 100%;
}
.slick-active.slick-current .item_thumb{
    background-color: #0E40DD;
    color: #fff;
}
.item_thumb {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
}
.item_thumb img {
    max-width: 30%;
    width: 100px;
    margin-left: 10px;
    border-radius: 100% !important;
    height: 71px;
}
.title_amazing_thumb > span > * {
    font-size: 13px;
}
.saleending_amazing {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #0E40DD !important;
}
.saleending_amazing span{
    padding: 4px 6px;
    background: #0E40DD;
    color: #fff;
}
.webkeen-amazing-slider .slick-dots li button {
	width: 15px !important;
	height: 15px !important;
	background: #000 !important;
	border-radius: 100%;
	min-height: auto !important;
}
.elementor-widget-wrap > .elementor-element[data-widget_type="amazing_slider.default"] .container {
	padding: 0 !important;
}
.webkeen-amazing-slider ul.slick-dots li.slick-active button {
    background:#0E40DD !important;
    width: 25px !important;
    border-radius: 30px;
}
.webkeen-amazing-slider .slick-dots li button::before {
    font-size: 0 !important;
}
.webkeen-amazing-slider .slick-dots {
    bottom: 10px !important;
}
/* start responsive */
@media screen and (max-width:380px) {
    #count_main td {
        max-width: calc(100%);
    }
}
@media screen and (max-width:600px){
.webkeen_pro_cats {
    border: 0;
}
    .row-area {
        grid-template-columns: repeat(1,minmax(0,1fr)) !important;
    }
    #count_main {
        flex-wrap: wrap;
    }
    #count_main td {
        max-width: calc(50% - 30px);
    }
    .amazing-list-left {
        padding: 20px !important;
        padding-left: 35px !important;
    }
    .webkeen-amazing-slider .c-product-box__title a > * {
        font-size: 15px !important;
        line-height: 30px !important;
    }
    .webkeen_owl_nav.owl-nav .owl-prev {

        right: 0 !important;
    }
    .webkeen_owl_nav.owl-nav .owl-next {
        left: 0 !important;
    }
    .amazing-list-right {
        padding: 15px;
    }
    .flipster__item__content {
        padding: 0px !important;
    }
	.flipster__item {
	max-width: 70% !important;
}
	    .amazing-list {
        flex-direction: column !important;
    }
    .amazing-list-right, .amazing-list-left {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }
	#coverflow {
	padding-bottom: 40px !important;
}
	.flipster__button.flipster__button--prev , .flipster__button.flipster__button--next {
	bottom: 15px !important;
}
}

@media screen and (max-width: 767px){
    .c-swiper-specials .c-box .swiper-slide {
        max-width: 200px;
        margin-left: 4px;
    }
    .c-box .swiper-container {
        overflow-x: auto;
    }
    .c-swiper-carousel-image img {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .c-swiper-specials .swiper-wrapper {
        -webkit-align-items: center;
        align-items: center;
    }
    .brands_carousel .digi_brands_item {
        width: 100%;
        min-width: 150px;
        max-width: 150px;
    }
    .brands_carousel {
        width: auto;
        overflow-x: auto;
    }
    .must_sale {
        display: flex;
        overflow-x: auto;
    }
    .must_sale .must_sale_item {
        min-width: 85%;
    }
    .webkeen_product_categories.carousel {
        padding: 0;
        display: flex;
        overflow-x: auto;
    }
    .webkeen_product_categories.carousel li {
        list-style: none;
        min-width: 150px;
        max-width: 33.3%;
        margin-left: 8px;
    }
	.title_amazing_thumb {
	display: none;
}
	.item_thumb img {
	width: 70px;
	margin-left:0px;
	border-radius: 100% !important;
	height: 71px !important;
}
	.slider-nav {
	padding-left: 25px;
}
}
.topelements-footer-menu {
    flex-grow: 0;
    height: calc(740px - 56px - 60px);
    display: flex;
    overscroll-behavior: none;
    background-color: var(--color-neutral-000);
    display: none;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-mobile-meno-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 4px 15px;
    z-index: 10000;
    border-top: 1px solid var(--color-neutral-100);
    background-color: var(--color-neutral-000);
}
.footer-mobile-meno-fix a i {
    font-size: 25px;
}
.footer-mobile-meno-fix a{
    font-size: 20px;
    color: #666;
}
.footer-mobile-meno-fix a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
    line-height: 2.17;
    min-width: 60px;
}
.topelements-menu-parrent {
    width: 100px;
}
.topelements-menu-parrent .topelements-menu-parrent-inner li{
    list-style: none;
    margin: 0;
}
.topelements-menu-parrent .topelements-menu-parrent-inner {
    padding: 0;
    height: 100%;
    background-color: var(--color-neutral-100);
}
.topelements-menu-parrent .topelements-menu-parrent-inner li a, .topelements-menu-parrent .topelements-menu-parrent-inner li span {
	padding: 8px 4px;
	border-left: 1px solid var(--color-neutral-200);
	border-bottom: 1px solid var(--color-neutral-200);
	background-color: var(--color-neutral-100);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 10px;
}
.topelements-menu-childrens ul li ul li ul li a {
	font-size: 10px !important;
}
.topelements-footer-menu {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10000;
    top: 0;
    height: 100%;
}
.item_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 2.15;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.topelements-menu-childrens {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
    flex-grow: 1;
    overscroll-behavior: none;
    margin-right: 8px;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.topelements-menu-childrens > ul > li {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.17;
    color: var(--color-neutral-900);
    text-align: center;
}
.topelements-menu-childrens > ul > li > .sub-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
}
.topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu {
    grid-template-columns: repeat(3,minmax(0,1fr));
    display: grid;
}
.topelements-menu-childrens > ul > li > .sub-menu li {
    list-style: none;
}
.topelements-menu-childrens > ul > li > .sub-menu li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    color: var(--color-neutral-900);
    text-align: center;
    padding: 8px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.topelements-menu-childrens ul {
    padding: 0;
}
.topelements-menu-childrens > ul > li {
    display: none;
}
.topelements-menu-childrens > ul > li > ul > li {
    border-bottom: 1px solid var(--color-neutral-100);
}
.topelements-menu-parrent .topelements-menu-parrent-inner li:not(.active-menu) .menu-image_container,.topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu .menu-image_container {
    background-color: var(--color-neutral-100);
}
.topelements-menu-parrent .topelements-menu-parrent-inner li .menu-image_container {
	width: 25px;
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}
.topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu .menu-image_container {
	width: 65px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
}
.topelements-menu-parrent .topelements-menu-parrent-inner li:not(.active-menu) .menu-image_container img , .topelements-menu-childrens > ul > li > .sub-menu > li .sub-menu .menu-image_container img{
    filter: brightness(0.95);
    background: var(--color-neutral-100);
}
.active-menu span {
    background-color: var(--color-neutral-000);
}
.active-menu span {
    background-color: var(--color-neutral-000) !important;
}
.active-menu span {
    background-color: var(--color-neutral-000) !important;
    border-left: 1px solid var(--color-neutral-000) !important;
}
.show-menu{
    display: flex !important;
}
.topelements-menu-childrens > ul > li:first-child{
    display: block;
}
.footer-mobile-meno-fix a.active {
    color: #000;
}
.te-stories__like.is-liked svg {
	fill: red;
}
@media screen and (min-width:600px) and (max-width: 960px){
    .row-area {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}
