body {
}

.cms-section
{
    display: inline-block;
    width: 100%;
}
@media screen and (min-width: 1600px)
{
    .cms-section
    {
        width: 90%;
    }
    .cms-block
    {
        border-radius: 10px !important;
    }
}
.cms-block
{
    display: block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 10px 0;
}
.cms-block h2
{
    box-sizing: border-box;
    margin: 0 0 10px 0;
    text-align: right !important;
    font-size: 14pt !important;
    font-weight: bold;
}
/*-----------------------*/
.textblock
{
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    padding: 8px;
}
.textblock > h2
{
    height: 20px;
}
.textblock .body
{
    font-size: 11pt;
    text-align: justify;
}
.textblock.closeup
{
    max-height: 150px;
    padding-bottom: 35px;
    transition: max-height 0.4s ease;
}
.textblock.closeup.open
{
    max-height: 2000px;
    overflow: visible;
}
.textblock.closeup .body
{
    height: 70px !important;
    overflow: hidden;
}
.textblock.closeup.open .body
{
    height: unset !important;
    overflow: visible;
}
.textblock.closeup > .handle
{
    z-index: 2;
}
/*-----------------------*/
.adgift-carousel
{
    border-radius: 0px;
    padding: 0 20px 10px;
}
.adgift-carousel > .header
{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0 0;
}
.adgift-carousel > .header > h2
{
    position: relative;
    margin: 0;
    display: inline-flex;
    color: var(--color-black);
    vertical-align: middle;
}
.adgift-carousel > .header > .link-all
{
    box-sizing: border-box;
    position: relative;
    font-size: 10pt;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px var(--color-black);
    border-radius: 15px;
    padding: 3px 10px;
    vertical-align: middle;
}
.adgift-carousel > .header > .link-all > .fa
{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 5px 0;
    /*margin-top: 3px;*/
}
/*-----------------------*/
.adgift-group-carousel
{
    /*
    margin: 20px;
    border-radius: 10px;
    */
    padding: 0 20px;
}
.adgift-group-carousel > .header
{
    position: relative;
}
.adgift-group-carousel > .header > h2
{
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-bottom: dashed 1px;
    display: block;
    color: var(--color-black);
}
.adgift-group-carousel > .header > .link-all
{
    position: absolute;
    font-size: 10pt;
    display: inline-block;
    left: 10px;
    top: 9px;
    text-decoration: none;
    cursor: pointer;
}
.adgift-group-carousel > .header > .link-all > .fa
{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 5px 0;
    /*margin-top: 3px;*/
}
/*-----------------------*/
.swiper
{
    width: 100%;
    overflow: hidden;
}
.swiper > .swiper-wrapper
{
    box-sizing: content-box;
    padding: 10px 0;
}
/*-----------------------*/
.swiper > .swiper-wrapper > .swiper-slide.product
{
}
.swiper > .swiper-wrapper > .swiper-slide > .product-item
{
    box-sizing: border-box;
    border: solid 1px var(--color-border-card);
    font-size: 9pt;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 2px 2px 5px var(--color-shadow-card);
    background-color: var(--color-white);
}
.swiper > .swiper-wrapper > .swiper-slide > .product-item > a
{
    text-decoration: none;
    color: var(--color-black);
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.swiper > .swiper-wrapper > .swiper-slide > .product-item > a > img
{
    display: inline-block;
    height: 200px;
}
/*-----------------------*/
.swiper > .swiper-wrapper > .swiper-slide.group
{
}
.swiper > .swiper-wrapper > .swiper-slide > .group-item
{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-size: 9pt;
    width: 200px !important;
    height: 200px;

}
.swiper > .swiper-wrapper > .swiper-slide > .group-item > .bkg
{
    position: absolute;
    width: 100%;
    height: 53%;
    bottom: 35px;
    z-index: -1;
    border-radius: 30px;
}
.swiper > .swiper-wrapper > .swiper-slide > .group-item > a
{
    text-decoration: none;
    color: var(--color-black);
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.swiper > .swiper-wrapper > .swiper-slide > .group-item .group-name
{
    margin: 10px 0 0 0;
}
.swiper > .swiper-wrapper > .swiper-slide > .group-item > a > img
{
    display: inline-block;
}
.swiper > .swiper-wrapper > .swiper-slide > .group-item > a > span
{
    display: block;
    font-weight: bold;
    font-size: 10pt;
}
/*-----------------------*/
.swiper > .swiper-wrapper.article-wrapper
{
    align-items: stretch;
}
.swiper > .swiper-wrapper > .swiper-slide.article
{
    padding-right: 0;
    padding-left: 0;
    height: auto;
    display: flex;
    align-items: stretch;
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item
{
    box-sizing: border-box;
    font-size: 9pt;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 2px var(--color-shadow-light);
    background-color: var(--color-bg-article);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a
{
    text-decoration: none;
    color: var(--color-black);
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a > .article-image-info
{
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    line-height: 0;
    background-color: var(--color-bg-article);
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a > .article-image-info > img,
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a > img
{
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a > .article-image-info .date
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
	bottom: 4px;
	padding: 5px 20px;
	color: var(--article-date-color);
	background-color: var(--article-date-backcolor);
	opacity: 0.7;
	border-radius: 3px 3px 0 0;
	white-space: nowrap;
	z-index: 1;
	line-height: 1.3;
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a > .article-info
{
    margin-top: auto;
    min-height: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    box-sizing: border-box;
    width: 100%;
}
.swiper > .swiper-wrapper > .swiper-slide.article > .article-item > a > .article-info > h3
{
    margin: 0;
    font-size: 9pt;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*-----------------------*/
.product-info
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.product-info > *
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 0;
    text-align: center;
}
.product-info > .product-name
{
    margin: 0;
}
.product-info > .product-code
{
    font-weight: bold;
}
.product-info > .product-price
{
}
/*-----------------------*/
.adgift-qa 
{
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}
.adgift-qa h2
{
    margin: 0px 0 15px 0;
}
.adgift-qa .blocks
{
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.adgift-qa details
{
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    text-align: right;
    border-radius: 5px;
    border-width: 1px;
    cursor: pointer;
    border-style: solid;
}
.adgift-qa details summary
{
    font-weight: 600;
    padding: 10px;
}
.adgift-qa details .qa-body
{
    padding: 0 30px;
    margin-top: 15px;
    text-align: justify;
    font-size: 11pt;
}
/*-----------------------*/
.adgift-banner-slider
{
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    margin-left: 10px;
}
.adgift-banner-slider.display-mobile-only
{
    display: none !important;
}
.adgift-banner-slider > .banner-swiper
{
    height: 100%;
}
.adgift-banner-slider > .banner-swiper[orientation='vertical'] .swiper-slide {
    height: calc(100% / 2);
}
.adgift-banner-slider > .banner-swiper .banner
{
}
.adgift-banner-slider > .banner-swiper .banner > .banner-item
{
    position: relative;
    border-radius: 10px;
}
.adgift-banner-slider > .banner-swiper .banner > .banner-item > a
{
}
.adgift-banner-slider > .banner-swiper .banner > .banner-item > a > img
{
   object-fit: cover;
}
.adgift-banner-slider > .banner-swiper .banner > .banner-item > a > h2
{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-white);
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0.6;
    font-weight: 700;
    font-size: 14.6px;
    margin: 0;

}
/*-----------------------*/
.h1title
{
    box-sizing: border-box;
    overflow: hidden;
    margin-block: 5px 10px;
    padding: 0;
    border-radius: 5px;
}
.h1title > h1
{
    font-size: 1.4em;
    margin: 0;
}
/*-----------------------*/
.main .mainpage:has(.imagetext)
{
    overflow: visible;
}
.imagetext
{
    box-sizing: border-box;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin: 10px 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px 0;
    border-radius: 0;
    background: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-bg-section) 100%);
    text-align: right;
    direction: rtl;
}
.imagetext > .imagetext-inner
{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 28px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 10px;
}
.imagetext > .imagetext-inner > .imagetext-content
{
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}
.imagetext > .imagetext-inner > .imagetext-content > h2
{
    margin: 0 0 14px 0;
    color: var(--theme-primary);
    font-size: 1.35em !important;
    font-weight: 700;
    text-align: right !important;
}
.imagetext > .imagetext-inner > .imagetext-content > .imagetext-body
{
    color: var(--color-text-dark);
    font-size: 11.5pt;
    line-height: 1.85;
    text-align: justify;
}
.imagetext > .imagetext-inner > .imagetext-content > .imagetext-body p
{
    margin: 0 0 10px 0;
}
.imagetext > .imagetext-inner > .imagetext-content > .imagetext-actions
{
    margin-top: 18px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.imagetext > .imagetext-inner > .imagetext-content > .imagetext-actions > .imagetext-btn
{
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 22px;
    border-radius: 6px;
    background-color: var(--theme-primary);
    color: var(--color-white);
    text-decoration: none;
    font-size: 11pt;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.imagetext > .imagetext-inner > .imagetext-content > .imagetext-actions > .imagetext-btn:hover
{
    background-color: var(--theme-primary-dark);
    transform: translateY(-1px);
}
.imagetext > .imagetext-inner > .imagetext-media
{
    flex: 0 1 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 420px;
}
.imagetext > .imagetext-inner > .imagetext-media > img
{
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    border-radius: 8px;
}
/*-----------------------*/
.discount-carousel .product-item.discount-item .product-info > .baseprice
{
    color: var(--color-gray-77);
    text-decoration: line-through !important;
}
.discount-carousel .product-item.discount-item .product-info > .discountprice
{
    color: var(--theme-accent);
    font-weight: bold;
    text-decoration: none !important;
}
.discount-carousel .product-item.discount-item .product-info > .discountpercent,
.discount-carousel .product-item.discount-item .product-info > .expiredate
{
    color: var(--color-black);
    font-size: 9pt;
}
.discount-carousel .swiper-slide > .product-item.discount-item
{
    height: auto;
    min-height: 380px;
    overflow: visible;
}
.discount-carousel .swiper-slide > .product-item.discount-item > a
{
    height: auto;
}
.discount-carousel .swiper-slide > .product-item.discount-item > a > img
{
    height: 180px;
}
/*-----------------------*/
.image-slider
{
    padding: 10px 20px 20px;
    background-color: var(--color-white);
}
.image-slider > .image-slider-header
{
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 10px 0 10px;
}
.image-slider > .image-slider-header::before,
.image-slider > .image-slider-header::after
{
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: #d0d0d0;
}
.image-slider > .image-slider-header > h2
{
    margin: 0 !important;
    padding: 0 8px;
    white-space: nowrap;
    text-align: center !important;
    font-size: 13pt !important;
    font-weight: 600;
}
.image-slider .swiper > .swiper-wrapper
{
    padding: 0 0;
    align-items: center;
}
.image-slider .swiper.image-slider-centered > .swiper-wrapper
{
    transform: none !important;
    justify-content: center;
    width: 100% !important;
}
.image-slider .swiper-slide.image-slide
{
    height: auto;
    box-sizing: border-box;
}
.image-slider .image-slider-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 18px;
    box-sizing: border-box;
}
.image-slider .image-slider-item a,
.image-slider .image-slider-item > .image-slider-media
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.image-slider .image-slider-item img
{
    display: block;
    object-fit: contain;
}
.image-slider .image-slider-item > .image-slider-caption
{
    margin-top: 8px;
    font-size: 9pt;
    color: var(--color-black);
    text-align: center;
    max-width: 100%;
}
/*-----------------------*/
.feature-circle-slider
{
    padding: 20px 20px 28px;
    background-color: var(--color-white);
}
.feature-circle-slider > .feature-circle-header
{
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 10px 0 24px;
}
.feature-circle-slider > .feature-circle-header::before,
.feature-circle-slider > .feature-circle-header::after
{
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: #d0d0d0;
}
.feature-circle-slider > .feature-circle-header > h2
{
    margin: 0 !important;
    padding: 0 8px;
    white-space: nowrap;
    text-align: center !important;
    font-size: 14pt !important;
    font-weight: 600;
}
.feature-circle-slider .swiper > .swiper-wrapper
{
    padding: 16px 0 20px;
    align-items: center;
}
.feature-circle-slider .swiper.feature-circle-centered > .swiper-wrapper
{
    transform: none !important;
    justify-content: center;
    width: 100% !important;
}
.feature-circle-slider .swiper-slide.feature-circle-slide
{
    width: auto;
    height: auto;
    box-sizing: border-box;
}
.feature-circle-slider .feature-circle-item
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    padding: 22px 18px;
    background-color: var(--color-white);
    color: var(--theme-primary, #4b2e83);
    box-shadow: 0 8px 28px rgba(75, 46, 131, 0.22);
    border: 1px solid rgba(75, 46, 131, 0.12);
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
}
.feature-circle-slider .feature-circle-item > .feature-circle-icon
{
    font-size: 40px;
    line-height: 1;
    margin: 0;
    flex-grow: 0.4;
}
.feature-circle-slider .feature-circle-item > .feature-circle-icon-img
{
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0;
}
.feature-circle-slider .feature-circle-item > h3
{
    margin: 0;
    padding: 0;
    font-size: 11pt;
    font-weight: 700;
    line-height: 1.3;
}
.feature-circle-slider .feature-circle-item > .feature-circle-divider
{
    display: block;
    width: 28px;
    height: 1px;
    background-color: currentColor;
    opacity: 0.45;
    margin: 0;
    flex-shrink: 0;
}
.feature-circle-slider .feature-circle-item > p
{
    margin: 0;
    padding: 0;
    font-size: 8.5pt;
    font-weight: 400;
    line-height: 1.45;
    opacity: 0.9;
    max-width: 85%;
    flex-grow: 0.3;
}
/*-----------------------*/
