section.h-top .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}
section.h-top {
    background: #000;
}
.pattern-group-p-home section.h-center .logo-black {
    display: none;
}
section.h-center .logo-black {
    display: block;
}
section.h-center {
    position: relative;
    z-index: 20;
}
.pattern-group-p-home header.desktop.fixed-desktop section.h-top {
    display: none;
}
.pattern-group-p-home header.desktop.fixed-desktop a.desktop {
    display: none;
}
.pattern-group-p-home header.desktop.fixed-desktop .logo-black {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home-headline {
    margin-top: -241px;
}
header.desktop.menu-open section.menu,
header.desktop.desktop-srch {
    opacity: 1;
    background: #fff;
    visibility: visible;
    border-top: 1px solid #f4f4f4;
}
header.desktop.menu-open a.desktop,
header.desktop.menu-open section.h-top,
header.desktop.desktop-srch a.desktop,
header.desktop.desktop-srch section.h-top {
    display: none;
}
.pattern-group-p-home header.desktop.menu-open section.h-center,
.pattern-group-p-home header.desktop.desktop-srch section.h-center {
    background: #fff;
}
header.desktop .logo-black img,
.pattern-group-p-home header.desktop.menu-open .logo-black img,
.pattern-group-p-home header.desktop.desktop-srch .logo-black img,
.pattern-group-p-home header.desktop.fixed-desktop .logo-black img {
    width: 190px;
    filter: brightness(0);
}
.pattern-group-p-home header.desktop.menu-open .logo-black,
.pattern-group-p-home header.desktop.desktop-srch .logo-black {
    display: block;
}
header.desktop.menu-open .icon-open,
header.desktop.desktop-srch .icon-open {
    display: none;
}
header.desktop .icon-close {
    display: none;
}
header.desktop.menu-open .icon-close {
    display: flex !important;
}
header.desktop.menu-open section.menu .container-fluid {
    padding: 0 !important;
}
header.desktop.menu-open section.menu .col-md-12 {
    padding: 0;
}
.pattern-group-p-home header.desktop.menu-open span.name,
.pattern-group-p-home header.desktop.menu-open .header-bar .bar-user .link a .name,
.pattern-group-p-home header.desktop.desktop-srch .header-bar .bar-user .link a .name,
.pattern-group-p-home header.desktop.desktop-srch span.name,
.pattern-group-p-home header.desktop.desktop-srch .header-bar .bar-link .icon,
.pattern-group-p-home header.desktop.menu-open .header-bar .bar-link .icon,
.pattern-group-p-home header.desktop.fixed-desktop .header-bar .bar-link .icon,
.pattern-group-p-home header.desktop.fixed-desktop span.name,
.pattern-group-p-home header.desktop.fixed-desktop .header-bar .bar-user .link a .name {
    color: #000 !important;
}
.pattern-group-p-home header.desktop.fixed-desktop .icon-open svg {
    fill: #000;
}
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.search-overlay.open {
    opacity: 1;
    visibility: visible;
    top: 65px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.search-overlay form {
    width: 100%;
    position: relative;
    padding: 0 20px;
}
.search-overlay input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    font-weight: 300;
    padding: 15px 0;
    background: transparent;
    outline: none;
    color: #000;
}
.search-overlay input::placeholder {
    color: #999;
    font-style: italic;
}
.search-close-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    background: none;
    border: none;
}
.search-close-btn:hover {
    opacity: 0.7;
}
.search-overlay button.search-close-btn {
    outline: none !important;
}
.advanced-product-search .aps-results .row .col-left {
    background: transparent;
    border-radius: 0;
}
.advanced-product-search .aps-content .items .item .image {
    height: 410px !important;
    width: 310px !important;
    object-fit: cover;
    margin-right: 0;
}
.advanced-product-search .aps-content .items .item {
    width: auto;
    flex-direction: column;
    border: none;
    height: auto;
}
.advanced-product-search .aps-content .items .item:hover {
    box-shadow: none;
}
.advanced-product-search {
    position: fixed !important;
    top: 165px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100% - 100px) !important;
    overflow-y: auto !important;
    z-index: 10000 !important;
    background: #fff;
    box-shadow: none !important;
    border: none !important;
    padding-bottom: 50px;
    opacity: 0;
    animation: fillDownEffect 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: top center;
    border-radius: 0 !important;
}
@keyframes fillDownEffect {
    0% {
        opacity: 0;
        clip-path: inset(0 0 100% 0);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateY(0);
    }
}
.advanced-product-search .aps-template,
.advanced-product-search .aps-results {
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    animation: fadeInContent 0.4s ease-out 0.2s forwards;
}
@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.advanced-product-search:empty {
    display: none !important;
}
.advanced-product-search.closing {
    animation: fillUpEffect 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
}
@keyframes fillUpEffect {
    0% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        clip-path: inset(0 0 100% 0);
        transform: translateY(-20px);
    }
}
.search-overlay.closing {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease,
        visibility 0.5s ease;
}
.index-bnr-set .container-fluid {
    padding: 0 !important;
}
.index-bnr-set .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.index-bnr-set .banner-content .title,
.index-bnr-set .banner-content .banner-btn,
.index-bnr-set .banner-item:hover .banner-content .banner-btn {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
footer .social-media-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 30px;
}
footer .social-media {
    display: flex;
    gap: 10px;
}
footer .social-media-area .text {
    font-size: 16px;
}
footer .bb {
    padding: 60px 0;
}
footer .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}
footer .right-image img {
    width: 150px;
}
footer .left .bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.cpy {
    font-size: 14px;
    color: #a1a1a1;
}
.pattern-group-p-home header.desktop .header-bar .bar-link a:hover span.name,
.pattern-group-p-home header.desktop .header-bar .bar-link .link a:hover span.name,
.pattern-group-p-home header.desktop .header-bar .bar-link:hover span {
    color: #fff !important;
}
.pattern-group-p-home header.desktop.fixed-desktop.desktop-srch .icon-close {
    display: none !important;
}
.pattern-group-p-home header.desktop.fixed-desktop .bar-link a:hover span.name,
.pattern-group-p-home header.desktop.fixed-desktop .bar-link .link a:hover span.name,
.pattern-group-p-home header.desktop.fixed-desktop .bar-link:hover span,
.pattern-group-p-home header.desktop.menu-open .bar-link a:hover span.name,
.pattern-group-p-home header.desktop.menu-open .bar-link .link a:hover span.name,
.pattern-group-p-home header.desktop.menu-open .bar-link:hover span,
.pattern-group-p-home header.desktop.desktop-srch .bar-link a:hover span.name,
.pattern-group-p-home header.desktop.desktop-srch .bar-link .link a:hover span.name,
.pattern-group-p-home header.desktop.desktop-srch .bar-link:hover span {
    color: #000 !important;
}
header.desktop a.desktop {
    display: none;
}
.pattern-group-p-home header.desktop a.desktop {
    display: block;
}
header.desktop .header-area.first .icon-open svg {
    fill: #000;
}
.pattern-group-p-home
    header.desktop:not(.menu-open):not(.desktop-srch):not(.fixed-desktop)
    .header-area.first
    .icon-open
    svg {
    fill: #fff;
}
header.desktop.menu-open .header-area.first .icon-open svg,
header.desktop.desktop-srch .header-area.first .icon-open svg {
    fill: #000;
}
header.desktop.desktop-srch a.desktop,
header.desktop.menu-open a.desktop {
    display: none;
}
.pattern-group-p-categories .col-list-p-v-1 {
    padding: 0;
}
.kategori-filtre {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 85%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;

    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.kategori-filtre.show {
    transform: translateX(0);
}
.btn-close-filter {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10000;
}
.filter-btn {
    justify-content: flex-end;
}
.p-g-mod-t-70 .row {
    justify-content: center;
}
.card2-category {
    text-align: center;
}
.categories-body .p-g-mod-t-cat-filter {
    margin-bottom: 5px;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-header {
    margin-bottom: 15px;
}
.kategori-filtre.show .p-g-mod-body {
    padding: 0;
}
.product-card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 44;
}
.product-card-body .top {
    padding: 0 15px;
}
.card-product .card-product-inner .buttons {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0px);
    transition: all 0.2s ease-out;
}

/* Hover durumu */
.card-product:hover .card-product-inner .buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
header.desktop.fixed-desktop section.h-top {
    display: none;
}
.p-code {
    line-height: normal;
    text-transform: uppercase;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.variant-box ul li .options {
    width: 100%;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap !important;
    text-align: center;
}
.variant-box ul li .options a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid #e5e5e5;
    background: transparent !important;
    border-radius: 0 !important;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.variant-box ul li .options a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.3s ease-out;
}
li.variant.Beden a {
    height: 55px;
    width: 55px;
}
.variant-box ul li .options a:hover::after,
.variant-box ul li .options a.active::after {
    width: 100%;
}
.variant-box ul li .options a:hover {
    background-color: transparent !important;
    font-weight: 500;
}
li.variant.Renk a {
    width: fit-content !important;
    color: #000 !important;
}
.product-profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-profile-info .stock-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
li.variant.Renk a {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.discount-kart {
    position: absolute;
    border: 1px solid #fff;
    background: #fff;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 5px;
    border-radius: 0;
}
.product-favourite a .inline {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.product-buttons {
    gap: 10px;
}
.pdetail-card {
    position: sticky;
    top: 70px;
}
.stuf-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
a.profil-collection-btn {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.pd-detail {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
li.variant.Renk a,
li.variant.Renk a.active {
    padding: 0 !important;
    border: none !important;
}
li.variant.Renk a::after {
    display: none;
}
li.variant.Renk .variant-image img {
    border: 1px solid #000;
}
li.variant.Renk a.active .variant-image img {
    border: 1px solid #000;
}
li.variant.Renk a .variant-image img {
    border-color: #f4f4f4;
}
li.variant.Renk a {
    border: none !important;
}
li.variant.Renk a {
    gap: 5px;
}
.tabs-side .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f4f4f4;
    background: #fbfbfb;
    position: relative;
    padding: 20px;
}
.tabs-side .item .left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tabs-side .item span.title {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
    margin: 0;
}
.tabs-side .item .text-inline {
    color: #a1a1a1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.tabs-side .item .left .text {
    display: flex;
    flex-direction: column;
}
.pdetail-card .tabs-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
div#shareAge {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.share-side {
    position: relative;
}
.attr-main .inline {
    display: flex;
    padding: 5px 0;
}
.attr-main .inline strong {
    font-weight: 400;
}
.attr-main .inline .text-attr {
    display: flex;
    align-items: center;
}
.attr-main .inline a {
    display: flex;
    align-items: center;
    height: fit-content;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #000;
}
.pd-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pattern-group-p-categories header.desktop {
    border-bottom: 1px solid #f4f4f4;
}
.pattern-group-p-categories .p-g-mod-t-28 {
    margin-bottom: 0;
}
.bct-set .p-g-mod.p-g-mod-t-70,
.bct-set .p-g-mod.p-g-mod-t-43 {
    margin-bottom: 0 !important;
}
.pd-card-top .left {
    flex: 0 0 70%;
}
a.kart-collection-btn {
    position: absolute;
    left: 10px;
    z-index: 9;
    width: 24px;
    height: 24px;
    top: 10px;
}
.bct-set .p-g-mod.p-g-mod-t-70 .p-g-mod-body {
    padding: 16px !important;
}
.product-profile-1 .sticky-side .variant-box li.variant.Renk {
    display: none;
}
.product-profile-1 .sticky-side .left {
    flex: 0 0 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    padding: 0 20px;
}
.product-profile-1 .sticky-side .right {
    flex: 0 0 30%;
}
.product-profile-1 .sticky-side {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-profile-1 .sticky-side .title {
    width: auto;
}
.product-profile-1 .sticky-side .price {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.list-price.sale-list-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #000;
}
.product-details-tab-product-details-tab-colorful .raw-content {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
}
.modal .product-comment-stars .star:not(:hover):not(.active) i {
    color: #d9d9d9;
}
.product-comment-stars .star.active i,
.product-comment-stars .star:hover i {
    color: #ffc000;
}
.pattern-group-p-product .col-6.col-sm-6.col-md-6.col-lg-cs-5.col-xl-cs-5.col-list-p-v-1 {
    padding: 2px !important;
}
.pattern-group-p-product .owl-item.active {
    margin-right: 4px !important;
}
.pattern-group-p-product .pattern-group-header {
    padding: 15px;
}
.pattern-group-p-product .pattern-group-body .col-list {
    padding: 0;
}
.user-account-menu a i {
    display: none;
}
.user-account-menu a {
    gap: 10px;
}
a.user-menu-siparisler::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/basket-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-favori-listem::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/heart-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-koleksiyonlar::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/bookmark-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-fiyat-alarmlari::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/tag-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-stok-alarmlari::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/bell-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-kuponlar::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/gift-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-degerlendirmeler::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/chat-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-talepler::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/question-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-ayarlar::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/user-s.svg");
    width: 25px;
    height: 25px;
}
a.user-menu-cikis::before {
    content: url("https://www.uterpe.com.tr/theme/uterpexagesoft/assets/icons/sign-s.svg");
    width: 25px;
    height: 25px;
}
.sticky-side.force-hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
a.profil-collection-btn-img {
    position: absolute;
    right: 30px;
    top: 20px;
}
a.profil-collection-btn-img i.far.fa-bookmark.mr-2 {
    font-size: 25px;
}
.fast-product-cart-box .product-quantity {
    margin: 0;
    flex: 0 0 30%;
    align-items: center;
    border: 1px solid;
}
.native-modal.show .hizli-sepet .product-buttons .buttons {
    flex: 0 0 70%;
}
.lag-checkbox span {
    border-radius: 100px !important;
}
.kategori-filtre .p-g-mod-t-cat-filter {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}
.lag-checkbox input:checked ~ span:before {
    width: 9px;
}
div#selected-filters-container {
    padding: 0 15px;
}
.bct-set {
    padding: 0 15px;
}
.bct-set .col-list {
    padding: 0;
}
.m-only {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    z-index: 2;
}
.m-only .prices {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.m-only .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.m-only .right {
    display: flex;
    flex: 0 0 55%;
    align-items: center;
    justify-content: space-between;
}
.m-only .right button.btn.btn-cart.btn-color-1 {
    flex: 0 0 70%;
    background: #000;
    color: #fff;
    border-radius: 0;
    height: 55px;
}
.m-only .left li.stock-info {
    color: #4dc762 !important;
    font-weight: 500;
    gap: 5px;
}
li.variant.Renk {
    display: none;
}
.related-product-block span.value {
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
}
.related-products a.active img {
    border-color: #000 !important;
    object-fit: cover;
}
.related-products span {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
}
.related-product-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.related-products a img {
    width: 70px;
    height: 100px;
    object-fit: cover;
}
.related-products a {
    height: auto !important;
    gap: 10px;
}
.product-page-installments .col-12.col-md-6.col-lg-4 {
    max-width: 100% !important;
    flex: 0 0 100%;
}
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.custom-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.custom-modal-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}
.custom-modal-overlay.active .custom-modal-box {
    transform: translateY(0);
}
.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
}
.custom-modal-close:hover {
    color: #d00;
}
.tabs-side .item .shipping-popup {
    position: absolute;
    top: -50px;
    z-index: 2;
    right: 50px;
}
.tabs-side .item .shipping-popup .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: #e2e2e2;
}
.tabs-side .item .shipping-popup .item .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}
.tabs-side .item .shipping-popup .item .bottom {
    padding-top: 20px;
}
.tabs-side .item .shipping-popup .item .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.tabs-side .item .shipping-popup .item .text {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 85%;
}
.tabs-side .item.sp .shipping-popup {
    display: none;
}
.tabs-side .item.sp:hover .shipping-popup {
    display: block;
}
.custom-modal-return-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.custom-modal-return-overlay.active {
    opacity: 1;
    visibility: visible;
}
.custom-modal-return-box {
    background: #fff;
    padding: 40px 30px; 
    border-radius: 8px;
    width: 90%;
    max-width: 480px; 
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    text-align: left; 
}
.custom-modal-return-overlay.active .custom-modal-return-box {
    transform: translateY(0);
}
.custom-modal-return-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    font-weight: 300;
    color: #ccc;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
    transition: color 0.2s;
}
.custom-modal-return-close:hover {
    color: #000;
}
.return-container {
    padding-top: 10px;
    font-family: sans-serif; 
}
.return-step {
    display: flex;
    align-items: stretch; 
    margin-bottom: 0; 
    position: relative;
}
.rs-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0; 
    width: 40px;
}
.rs-number {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    z-index: 2; 
}
.rs-line {
    width: 1px;
    background: #e5e5e5;
    flex-grow: 1; 
    min-height: 30px;
}
.return-step:last-child .rs-line {
    display: none;
}
.rs-content {
    padding-bottom: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
}

.rs-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
    line-height: 1.2;
    width: 100%; 
}
.rs-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 12px;
    width: 100%;
}
.rs-btn {
    display: inline-block;
    font-size: 13px;
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
    transition: color 0.2s;
}
.rs-btn:hover {
    color: #000;
    text-decoration: none;
}
.rs-btn-dummy {
    font-size: 13px;
    color: #ccc;
    cursor: pointer;
    margin-bottom: 10px;
}
.rs-note,
.rs-btn-gray {
    display: block;
    background: #f7f7f7;
    padding: 12px 15px;
    font-size: 12px;
    color: #666;
    border-radius: 4px;
    text-decoration: none;
    width: 100%; 
    box-sizing: border-box;
}
.rs-info-text {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.coreicon-info,
.coreicon-help {
    margin-right: 5px;
    vertical-align: middle;
}
.tabs-side .item.sp {
    cursor: unset;
}
.shipping-popup::after {
    content: "";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #e2e2e2;
    right: -19px;
    top: 74px;
}



























@media (max-width: 1680px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 991px) {
    .card-product:hover .card-product-inner .buttons {
        opacity: 0;
        visibility: hidden;
        transform: unset;
    }
    .card-product .card-product-inner .buttons {
        display: none;
    }
    .product-card-body {
        position: unset;
        width: unset;
    }
    .product-card-body .top {
        padding: 5px 15px;
    }
    .product-profile-1 .sticky-side {
        display: none !important;
    }
    .pd-card-top .right {
        display: none;
    }
    .pd-card-top .left {
        flex: 1;
    }
    .p-code {
        margin-top: 10px;
    }
    footer .social-media-area {
        justify-content: center;
    }
    footer .bb {
        padding: 30px 0;
    }
    footer .left {
        gap: 35px;
    }
    footer .left .bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
    }
    .cpy {
        font-size: 12px;
    }
    .p-g-mod-t-28 {
        margin-bottom: 0 !important;
    }
    .home-headline {
        margin-top: 0;
    }
    .p-g-mod-t-45 img {
        height: 900px;
        object-fit: cover;
    }
    .index-bnr-set img {
        height: 600px !important;
        object-fit: cover;
    }
    .m-only .sale-price.sale-variant-price {
        font-size: 14px;
        font-weight: 600;
    }
    .m-only .right button.btn.btn-cart.btn-color-1{
        flex: 1;
    }
    .pattern-group-p-product .owl-item.active {
        margin-right: 18px !important;
    }
    .product-buttons{
        display: none;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
}