section {
    padding-top: 20px;
}
.rl {
    position: relative;
}
.m-less {
    margin-bottom: 0.5rem;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mn-top-bottom {
    margin: 40px 0;
}
.pad-10 {
    padding: 10px;
}
.pad-20 {
    padding: 20px;
}
.pad-t-b-20 {
    padding: 20px 0;
}
.pad-t-b-10 {
    padding: 10px 0;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    width: auto;
    text-align: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    color: var(--quaternary-color) !important;
}
.full-width {
    width: 100%;
}
.w-4 {
    width: 4%;
}
.w-10 {
    width: 10%;
}
.w-45 {
    width: 45%;
}
.w-55 {
    width: 55%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
@media (max-width:1024px) {
.m-w-10 {
    width: 10%;
}
.m-w-20 {
    width: 20%;
}
.m-w-45 {
    width: 45%;
}
.m-w-55 {
    width: 55%;
}
.m-w-40 {
    width: 40%;
}
.m-w-50 {
    width: 50%;
}
.m-w-60 {
    width: 60%;
}
.m-w-70 {
    width: 70%;
}
.m-w-80 {
    width: 80%;
}
.m-w-90 {
    width: 90%;
} 
.m-w-100 {
    width: 100%;
}
}

.h-50 {
    height: 50%;
}
.height-50 {
    height: 50vh;
}
.height-30 {
    height: 30vh;
}
.height-200 {
    height: 200px;
}
.height-150 {
    height: 150px;
}
.height-100 {
    height: 100px;
}
.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.overflow-hidden {
    overflow: hidden;
}
.product-image {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.bg-color-primary {
    background-color: var(--secondary-color);
}
.font-primary-color {
    color: var(--primary-color);
}
.hero-type-2,
.hero-type-3 {
    height: 50vh;
}
.full-width-container {
    width: 80%;
    margin: 0 auto;
}

.no-padding {
    padding: 0 !important;
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.gap-25 {
    gap: 25px;
}
.gap-40 {
    gap: 40px;
}
.gap-50 {
    gap: 50px;
}
.gap-60 {
    gap: 60px;
}
.gap-70 {
    gap: 70px;
}
.gap-80 {
    gap: 80px;
}
.gap-90 {
    gap: 90px;
}
.gap-100 {
    gap: 100px;
}
.gap-150 {
    gap: 150px !important;
}
@media (max-width:990px) {
.m-gap-20 {
    gap:20px;
}
.m-gap-0 {
    gap: 0px;
}
}

.button-type-1,
.button-type-2 {
    overflow: hidden;
    position: relative;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.35s;
}
.button-type-1 {
    padding: 10px 20px;
    border: 1px solid;

}
.button-type-2 {
    padding: 10px 5px;
    border: 1px solid var(--primary-color);
    font-size: 15px;
    color: var(--primary-color);
    text-align: center;
}
.margin-center{
    margin: 0 auto;
}

.br-color-primary {
    border-color: var(--primary-color);
}
.br-color-secondary {
    border-color: var(--quaternary-color);
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right;
}
/*font*/
.font-12 {
    font-size: 0.75em;
}
.font-13 {
    font-size: 0.8125em;
}
.font-15 {
    font-size: 0.9375em;
}
.font-16 {
    font-size: 1em;
}
.font-17 {
    font-size: 1.0625em !important;
}
.font-18 {
    font-size: 1.125em;
}
.font-20 {
    font-size: 1.25em;
}
.font-22 {
    font-size: 1.40em;
}
.font-25 {
    font-size: 1.5625em;
}
.font-30 {
    font-size: 1.875em;
}
.font-34 {
    font-size: 2.125em;
}
.font-2-5 {
    font-size: 2.5em;
}
.font-45px {
    font-size: 2.8125em;
}
.font-50px {
    font-size: 3.125em;
}
.font-55px {
    font-size: 3.4375em;
}
.font-60 {
    font-size: 3.75em;
}
.font-70 {
    font-size: 4em;
}
.font-80 {
    font-size: 5em;
}
.font-120 {
    font-size: 7.5em;
}
@media (max-width:990px) {
.m-font-2-5 {
    font-size: 2.5em;
}
.m-font-20 {
    font-size: 1.25em;
}
.m-font-16 {
    font-size: 1em;
}
.m-font-25 {
    font-size: 1.5625em;
}
}

.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-quaternary-color {
    color: var(--quaternary-color);
}
.font-primary-color {
    color: var(--primary-color);
}
.font-black-color {
    color: var(--black-color);
}
.font-warning-color {
    color: #FF1515;
}
.text-uppercase {
    text-transform: uppercase;
}

input.custom,
input.custom-no-border,
select,
textarea {
    width: 100%;
    padding: 15px;
    outline: none;
    color: var(--primary-color);
}

input.custom,
select {
    border: 1px solid var(--primary-color);
}

input.custom-no-border {
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    padding: 23px 0;
    color: var(--tertiary-color);
}
a.retailer-search {
    border: 1px solid var(--primary-color);
    outline: none;
    color: var(--quaternary-color);
    width: 85px;
    height: 60px;
}
a.retailer-search img {
    width: 22px;
}
form label {
    cursor: pointer;
}
form button {
    width: 50%;
}
.login-wrapper {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
button[type="submit"] {
    margin-top: 50px;
    width: 40%;
}

.position-sticky {
    position: -webkit-sticky; /* Safari için gerekli önek */
    position: sticky;
    top: 20px;
}
label.error {
    color: #FF1515;
    font-size: 12px;
    text-align: left;

}
.login-wrapper a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}
.custom-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 40px;
    display: flex;
    align-items: center;
    height: 29px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 29px;
    width: 29px;
    padding: 2px;
    border: 1px solid var(--primary-color);
}
#my-address-page .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    padding: 2px;
    border: 1px solid var(--quaternary-color);
}


.custom-checkbox input:checked + .checkmark:after {
    content: '';
    background-color: var(--quaternary-color);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: var(--quaternary-color);
}

/*Form Element*/


.submenu {
    background-color: var(--white-color);
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    padding: 30px;
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.2);

}
.sub-menu-left a {
    font-weight: 700 !important;

}
.sub-menu-left a:hover {
    text-shadow: none !important;
    text-decoration: underline;
}

.sub-menu-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 1rem;
}


.overlay,
.overlay-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;


}
.overlay-product {
    background-color: rgba(79, 79, 79, 0.5);


}

.text-transform-uppercase {
    text-transform: uppercase;
}
.pop-up-container {
    width: 100%;
    max-width: 850px;
    background-color: var(--white-color);
    z-index: 999;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
}

.pop-up-content {
    padding: 30px 40px;
    height: 440px;
}
img.pop-up-close-img {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 20px;
}

.pop-up-container.close,
.overlay.close {
    opacity: 0;
    visibility: hidden;

}
.pop-up-container.show,
.overlay.show {
    opacity: 1;
    visibility: visible;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
    z-index: 2;
    width: 100%;
    max-width: 800px;
}

.modal.active,
.overlay.active,
.overlay-product.active {

    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear;
}


.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

table {
    border: 1px solid #707070;
    border-spacing: 15px;
    border-collapse: separate;
    width: 100%;
}
table td {
    padding: 8px;
}
table td {
    font-size: 15px;
    font-weight: 400;
    color: var(--quaternary-color);
}


small span {
    color: red;
    font-weight: bold;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;

    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;

}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.radio-container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}


.radio-container:hover input ~ .checkmark {
    background-color: var(--primary-color);
}

.radio-container input:checked ~ .checkmark {
    background-color: transparent;
}
.radio-container input:checked ~ .radio-container {
    font-weight: 700;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.tab-container,
.nested-tab-container,
.list-tab-container {

    display: flex;
    width: 100%;
    padding: 10px;
    gap: 60px;
}
.list-tab-container .list-tab.active {
    border-bottom: 1px solid var(--quaternary-color);
    font-weight: 600;
}
.list-tab-container .list-tab {
    line-height: 30px;
}
#filter-right .list-tab-container {
    gap: 20px;
}

#filter-right .list-tab-container .list-tab {
    padding: 0;
}

#filter-right .list-tab-container .list-tab.active {
    font-weight: 600;
    border: none;
}

.height-759 {
    height: 759px;
}

.height-689 {
    height: 689px;
}
.height-432 {
    height: 432px;
}
.height-671 {
    height: 671px;
}
.height-825 {
    height: 825px;
}
.height-100 {
    height: 100%;
}
.section-top {

    position: relative;
    display: flex;
}


.section-top:nth-child(3),
.small-accordion .collection-item:nth-child(2) {
    --offset: -80px;
    top: calc(var(--offset));
}

.section-top:nth-child(4) {
    --offset: -160px;
    top: calc(var(--offset));
}

.section-top:nth-child(5) {
    --offset: -240px;
    top: calc(var(--offset));
}

.section-top:nth-child(n + 6) {
    --offset: -320px;
    top: calc(var(--offset));
}
.section-top.first {
    top: 30px;
}
.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s;
}

.tab:hover,
.tab.active {
    font-weight: 700;
}

.tab-content,
.nested-tab-content {
    display: none;
    padding: 11px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active,
.nested-tab-content.active {
    display: block;
}
.nested-tab.active {
    font-weight: 700;
}
.nested-tab {
    cursor: pointer;
    padding: 5px 20px;

}
.nested-tab span {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.shop-card {
    background-color: var(--white-color);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9999999;
    width: 30%;
    padding: 30px;
    box-shadow: 10px 15px 10px -15px rgba(0, 0, 0, 0.2);
    display: none;
    animation: fadeIn 0.5s ease-in-out;

}
.shop-card button {
    border: 0;
    background-color: transparent;
    font-size: 60px;
    color: var(--primary-color);
    font-weight: 200;
    line-height: 60px;
    padding: 0;
}

.shop-card button:disabled {
    cursor: not-allowed;
    opacity: .5;
}
.shop-card input {
    width: 60px;
    text-align: center;
    border: 1px solid var(--primary-color);
    height: 40px;
    font-weight: 600;
    font-size: 1.25em;
    color: var(--quaternary-color);
}

.shop-card.open {
    display: block;
}

.swiper-wrap {
    overflow: hidden;
    position: relative;
}

.button-next,
.button-prev {
    background-image: url('../img/svg/right-arrow.svg');
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 30px;
}
.button-prev {
    right: 30px;
    left: auto;
    transform: rotateZ(-180deg);
}


.lh-2 {
    line-height: 2rem;
}
.lh-3 {
    line-height: 3rem;
}
.lh-4 {
    line-height: 4rem;
}
.mt-75 {
    margin-top: 75px;
}
.mt-50 {
    margin-top: 50px;
}
.pad-container-1x {
    padding-right: 1rem;
    padding-left: 1rem;
}
.pad-container {
    padding-right: 2rem;
    padding-left: 2rem;
}
.pad-container-2x {
    padding-right: 4rem;
    padding-left: 4rem;
}
.pad-container-3x {
    padding-right: 5rem;
    padding-left: 5rem;
}
.pad-container-4x {
    padding-right: 8rem;
    padding-left: 8rem;
}
.pad-button {
    padding: 10px 50px;
}
.pad-right-0 {
    padding-right: 0;
}
.pad-right-2 {
    padding-right: 2rem;
}
.pad-0 {
    padding: 0;
}
.pad-left-0 {
    padding-left: 0;
}
.pad-right-0 {
    padding-right: 0;
}
.pad-bottom {
    padding-bottom: 40px;
}
.button-border {
    border: 1px solid var(--quaternary-color);
    position: relative;
}
.pos-a {
    position: absolute;
}
.pos-r {
    position: relative;
}
select#list-sorting {
    padding: 0;
    border: none;
    color: var(--quaternary-color);
    font-size: 0.8125em;
    text-transform: uppercase;
}

.return-border {
    border-bottom: 1px solid var(--quaternary-color);
    padding-top: 1rem;
}

.no-b-top {
    border-top: 0;
}

@media (min-width:1200px) {
.pad-1x {
    padding: 1rem;
}    
.pad-left-2 {
    padding-left: 2rem;
}
.pad-left-3 {
    padding-left: 3rem;
} 
.pad-left-4 {
    padding-left: 4rem;
} 
.pad-order {
    padding: 2rem;
}
.pad-right-1 {
    padding-right: 1rem;
} 
}

@media (max-width:1024px) {
.pad-container-4x {
    padding-right: 0;
    padding-left: 0;
}
.m-pad-order {
    padding: 1rem;
}    
.m-flex-column {
    flex-direction: column;
}
.m-align-items-start {
    align-items: flex-start !important;
}
.m-pad-right {
    padding-right: 3em;
} 
.m-pad-right-1 {
    padding-right: 1rem;
} 
.m-pad-right-0 {
    padding-right: 0;
} 
.m-flex-row {
    flex-direction: row !important;
}
#about-page .pad-container-2x {
    padding-right: 1rem;
    padding-left: 1rem;
} 
#care-guide-page .pad-container-2x {
    padding-right: 1rem;
    padding-left: 1rem;
} 
.mobile-gap-15 {
    gap: 15px !important;
}
.pad-container {
    padding-right: 0;
    padding-left: 0;
}
.pad-container-2x {
    padding-right: 0;
    padding-left: 0;
} 
.pad-bottom {
    padding-bottom: 20px;
}
.mobile-w-100 {
    width: 100%;
}
.mobile-pad-container {
    padding-right: 1rem;
    padding-left: 1rem;
}
#product-list-filter {
    flex-direction: column;
}
}
@media (max-width:990px) {
.m-mn-top-bottom {
    margin: 0 0 40px;
}
.m-mt-20 {
    margin-top: 20px;
}
.m-mt-40 {
    margin-top: 40px;
}
.m-mt-30 {
    margin-top: 30px;
}
.m-pad-button-0 {
    padding-left: 0;
    padding-right: 0;
}
}