#urunsirala
{
	display:none;
}
.item-order-line
{
	display:none;
}

.filterCheck
{
	  text-transform: capitalize !important;
}


/* Genel Marquee (Kayan Yazı) Alanı */
.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color:#f94e3f;
    color: rgb(0, 0, 0);
    padding: 10px 0;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-textcontainer {
    white-space: nowrap;
    font-size: 20px;
    display: inline-block;
    animation: marquee 170s linear infinite;
    position: relative;
    left: 0;
}

.marquee-textcontainer span {
    padding: 0 28px;
    font-weight: bold;
}

/* Marquee Animasyonu */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Üst Yazı Alanı (Durağan Metin) */
.enustyazi-container {
    width: 100%;
    overflow: hidden;
    background-color: rgb(240, 219, 101);
    color: rgb(0, 0, 0);
    padding: 10px 0;
}

.enustyazi-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.enustyazi-textcontainer {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.enustyazi-textcontainer span {
    padding: 0 28px;
    font-weight: bold;
}


/* blog start*/
.blog-card {
            background-color: #e8d1c5;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .blog-card:hover {
            transform: translateY(-5px);
        }

        .blog-card img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .blog-date-tag {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
        }

        .blog-content {
            padding: 20px;
        }

        .blog-title {
			font-size: 18px;
			font-weight: bold;
			color: #181818;
			margin-bottom: 10px;
			line-height: 1.3;
        }

        .blog-arrow-icon {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background-color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog-arrow-icon::after {
            content: "→";
            font-size: 20px;
            color: #000;
        }
/* blog end*/

/* Makale Başlık Alanı */
.article-header {
    margin-bottom: 30px;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    text-align: center; /* Başlığı ortala */
}

/* Makale Meta Bilgileri */
.meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Meta bilgileri ortala */
    gap: 15px;
    color: #666;
    font-size: 14px;
    flex-wrap: wrap;
}

.meta li {
    display: flex;
    align-items: center;
}

.meta a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: color 0.3s ease;
}

.meta a:hover {
    color: #333;
}

/* Tarih Kutusu */
.metatarih {
    background-color: #FFF3BF;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
}

.metatarih time {
    color: #666;
}

/* Yorum Alanı */
.dz-comment {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dz-comment i {
    color: #666;
}

/* Makale Resmi */
.article-image {
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto; /* Resmi ortala */
}

/* Makale İçeriği */
.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-top: 30px;
    text-align: justify;
}

.article-content p {
    margin-bottom: 20px;
}

/* Kategori Linki */
.kategori-link {
    color: #007bff !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.kategori-link:hover {
    text-decoration: underline;
    color: #0056b3 !important;
}


.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    max-width: calc(100% - 20px);
	z-index: 100;
}

.product-badge {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
    color: white;
    white-space: nowrap;
}

.product-badge.ticianinda {
    background: #ff4757;
}

.product-badge.ticikargobedava {
    background: #2ecc71;
}

.product-badge.ticiyerli {
    background: #f1c40f;
}

.product-badge.ticiyeni {
    background: #9b59b6;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
.bizeulasin-main {
    background-color: #1d4389 !important;
    padding: 50px 0;
    border-radius: 5px;
}
.bizeulasin-main .gonder-button {
    background-color: #212529 !important;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 50px;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.blog-title {
    font-size: 18px;
    font-weight: bold;
    color: #393939 !important;
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 300;
}
.blog-card {
    background-color: #ffffff !important;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
#shopphp-login .menu_head:hover {
	background-color: #1d4389 !important;
}
.product-detail .new-price-box {
    border: none;
    width: unset;
    display: flex;
    align-items: flex-start;
    border-radius: 2px;
    background-color: #1d895040 !important;
}
.danger-btn:hover {
    background-color: #1d4389 !important;
    transition: 0.5s;
    color: var(--white);
}
.danger-btn {
    background-color: #1d4389 !important;
    color: var(--white);
    display: flex;
    padding: 8px 16px;
}
.product-detail .discount {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--white);
    background-color: #166a74 !important;
}
.description .nav-tabs .nav-link.active {
    background-color: #1d4389 !important;
    color: #fff !important;
    font-weight: 500;
}
.hb-advantages {
    text-align: center;
    padding: 60px 20px;
    background-color: #fcfcf9;
    font-family: 'Segoe UI', sans-serif;
}

.hb-advantages h2 {
    font-size: 28px;
    color: #3a3b44;
    margin-bottom: 40px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.advantage-item img {
    width: 48px;
    margin-bottom: 15px;
}

.advantage-item h3 {
    font-size: 20px;
    color: #3a3b44;
    margin-bottom: 10px;
}

.advantage-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.contact-section {
    padding: 60px 20px;
    background-color: #f9fafc;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto;
}

.contact-title {
    font-size: 24px;
    color: #1a2b6d;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-size: 16px;
    color: #555;
}

.newsletter-form {
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    min-width: 250px;
    transition: border-color 0.3s ease;
}

.newsletter-input:focus {
    border-color: #1a2b6d;
}

.newsletter-button {
    padding: 12px 24px;
    font-size: 14px;
    background-color: #1a2b6d;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-button:hover {
    background-color: #14204f;
}

.hb-bedding-container {
  font-family: Arial, sans-serif;
  padding: 20px;
  margin: auto;
}

.hb-header {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to left, #f9f9f9, #e1e0e0);
  color: #000000;
  padding: 20px;

}

.hb-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hb-brand img {
  width: 31%;
  height: auto;
}

.hb-content {
  display: grid;
  gap: 59px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "img1 right"
    "left img2";
  align-items: center;
  justify-items: center;
  text-align: center;
}

.block-img1       { grid-area: img1; }
.block-right-text { grid-area: right; }
.block-left-text  { grid-area: left; }
.block-img2       { grid-area: img2; }

.hb-title {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hb-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  hyphens: auto;
  max-width: 600px;
  margin: auto;
}

.hb-content img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
}


.hb-footer {
    line-height: 1.7;
    text-align: center;
    margin-inline: auto;
    margin-top: 59px;
}

@media (max-width: 600px) {
  .hb-header {
    font-size: 20px;
  }

  .hb-title {
    font-size: 16px;
  }

  .hb-text,
  .hb-footer {
    font-size: 14px;
  }

 
  .hb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .block-right-text { order: 1; }
  .block-img1       { order: 2; }
  .block-left-text  { order: 3; }
  .block-img2       { order: 4; }

  .hb-text {
    text-align: justify;
  }
}

a.green-button:hover {
    background-color: #0dcaf0; !important;
}
#main-slide .owl-dots .owl-dot.active {
    width: 32px;
    background-color: #0dcaf0; !important;
}
table.sepet th {
    padding: 1em !important;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    color: #1d4389 !important;
    text-transform: uppercase;
}
.register-tab label.active {
    background-color: #1d4389 !important;
    color: white !important;
}
table.sepet th {
    padding: 1em !important;
    border-bottom: 0.5px solid #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    color: #1d4389 !important;
    text-transform: uppercase;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.danger-btn {
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
    color: var(--white);
    display: flex;
    padding: 8px 16px;
}
#hizli-uye-menu a.active {
    background-color: #1d4389 !important;
    color: #fff;
    border-radius: 16px;
}
#main-login-form button {
    border: none;
    width: 100% !important;
    border-radius: 5px;
    background-color: #1d4389 !important;
    margin-top: 15px;
    font-weight: 700;
    padding: 14px;
  	color: #ffffff !important;
}
::selection {
  background-color: #1d4389;
  color: #fff;
}

::-moz-selection {
  background-color: #1d4389;
  color: #fff;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #1d4389;
  border: 2px solid #ffffff;
  border-radius: 0px;
}

* {
    scrollbar-color: #28d366 #4b4b4b;
    scrollbar-width: thin;
}
.category .menu-dropdown-content a:hover {
    color: #1d4389 !important;
}
#sepet-sub-info .sepet3 {
    float: right;
    color: #1d4389 !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.title {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 8px;
}
.subtitle {
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
}
.section {
  display: flex;
  flex-direction: column;
}
.section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.section.reverse .content {
  flex-direction: column-reverse;
}
.section .image img {
  width: 100%;
  max-width: 369px;
  height: auto;
}
.section .text {
  font-size: 16px;
  max-width: 755px;
  text-align: left;
  text-align: justify;
  hyphens: auto;
}
.section .text h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.divider {
  height: 3px;
  margin: 23px auto;
  background: linear-gradient(to right, rgb(29 67 137), transparent 80%);
  border-radius: 2px;
}
.divider.reverse {
  height: 3px;
  margin: 23px auto;
  background: linear-gradient(to left, rgb(29 67 137), transparent 80%);
  border-radius: 2px;
}

@media (min-width: 768px) {
  .section .content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  .section.reverse .content {
    flex-direction: row-reverse;
  }
  .section .text {
    padding: 0 20px;
  }
}


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

body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}

.section {
  display: flex;
  flex-direction: column;
}

.section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.section.reverse .content {
  flex-direction: column-reverse;
}

.section .image img {
  width: 100%;
  max-width: 540px;
  height: auto;
}

.section .text {
  font-size: 16px;
  max-width: 715px;
  text-align: left;
  text-align: justify;
  hyphens: auto;
}

@media (min-width: 768px) {
  .section .content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .section.reverse .content {
    flex-direction: row-reverse;
  }

  .section .text {
    padding: 0 20px;
  }
}

.hbbt-container {
    margin: 0 auto;
}

.hbbt-frame {
    display: flex;
    border: 5px solid #1d4389;
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    position: relative;
    justify-content: space-between;
}

.hbbt-title {
    position: absolute;
    top: -31px;
    left: 31%;
    transform: translateX(-50%);
    background-color: #ececec;
    padding: 0 10px;
    z-index: 1;
}

.hbbt-title h1 {
    font-size: 2.5rem;
    color: #1d4389;
    margin: 0;
}

.hbbt-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 0;
}

.hbbt-text-container {
    width: 50%;
    padding-right: 20px;
}

.hbbt-text-container h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    margin-top: 20px;
}

.hbbt-text-container h3 {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
    margin-top: 10px;
}

.hbbt-text-container p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.hbbt-specifications {
    margin-top: 30px;
}

.hbbt-spec {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.hbbt-number {
    background-color: #1d4389;
    color: white;
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
}

.hbbt-image-container {
    width: 50%;
    margin-left: auto;
}

.hbbt-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .hbbt-frame {
        flex-direction: column;
        padding: 10px;
    }

    .hbbt-title {
        top: -13px;
    }
   .hbbt-title h1 {
  		font-size: 18px;
        margin-left: -10px;
  }

    .hbbt-text-container {
        width: 100%;
        padding-right: 0;
    }

    .hbbt-image-container {
        width: 100%;
        margin-top: 20px;
    }

    .hbbt-number {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
        margin-top: 20px;
    }

    h3 {
        font-size: 1rem;
        margin-top: 15px;
    }

    .hbbt-text-container p {
        font-size: 0.95rem;
    }
}



.hbbg-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hbbg {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(25% - 20px);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hbbg:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.hbbg h3 {
  color: #1d4389;
  margin-bottom: 15px;
}

.hbbg p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hbbg {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .hbbg {
    width: 100%;
  }
}



.hbbnvy {
  max-width: 900px;
  margin: 20px auto;
  padding: 25px 30px;
  background: #f5f8fa;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1a1a1a;
}

.hbbnvy h2 {
  font-size: 1.9rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #1b3954;
  text-align: center;
}

.hbbnvy .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.hbbnvy ul {
  flex: 1 1 50%;
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hbbnvy ul li {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
}

.hbbnvy ul li strong {
  display: block;
  color: #214a75;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.hbbnvy .image {
  flex: 1 1 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hbbnvy .image img {
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}


.hbbnvy .image img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgb(0 0 0 / 0.2);
}


@media (max-width: 768px) {
  .hbbnvy .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hbbnvy ul, .hbbnvy .image {
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
  }
  .hbbnvy .image img {
    max-width: 80%;
  }
}

.hbbsvt {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hbbsvt-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.hbbsvt-card h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #1d4389;
  border-left: 4px solid #1d4389;
  padding-left: 10px;
}

.hbbsvt-card p {
  margin-bottom: 1rem;
}

.hbbsvt-warning {
  background-color: #1d438929;
  border-left: 5px solid #1d4389;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 500;
  color: #1d4389;
}

@media (max-width: 600px) {
  .hbbsvt-card {
    padding: 1.2rem;
    font-size: 0.95rem;
  }

  .hbbsvt-card h3 {
    font-size: 1.3rem;
  }
}

.hbbktvb {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin: 24px auto;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  transition: transform 0.3s ease;
}

.hbbktvb:hover {
  transform: translateY(-4px);
}

.hbbktvb h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #1b3954;
}

.hbbktvb p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 12px;
}

.hbbktvb .kalinlik {
  font-weight: bold;
  font-size: 1.05rem;
  color: #1b3954;
  margin-top: 10px;
}


@media (max-width: 600px) {
  .hbbktvb {
    padding: 18px;
    margin: 16px;
  }

  .hbbktvb h3 {
    font-size: 1.25rem;
  }

  .hbbktvb p {
    font-size: 0.95rem;
  }

  .hbbktvb .kalinlik {
    font-size: 1rem;
  }
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

.hbbbilgi {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.hbbbilgi-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hbbbilgi-header h2 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.hbbbilgi-body ul, .hbbbilgi-footer ul {
  list-style-type: none;
  padding-left: 0;
}

.hbbbilgi-body li, .hbbbilgi-footer li {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.hbbbilgi-footer p {
  font-weight: bold;
  color: #333;
}

.hbbbilgi-footer {
  padding-top: 20px;
  border-top: 2px solid #ececec;
}

@media (max-width: 768px) {
  .hbbbilgi {
    padding: 15px;
  }

  .hbbbilgi-header h2 {
    font-size: 20px;
  }

  .hbbbilgi-body li, .hbbbilgi-footer li {
    font-size: 14px;
  }
}

.hbbocb {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.hbbocb-card {
  background: white;
  max-width: 900px;
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.hbbocb-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1d4389;
  margin-bottom: 18px;
  border-left: 5px solid #1d4389;
  padding-left: 10px;
}

.hbbocb-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hbbocb-list li {
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #333;
}

.hbbocb-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #1d4389;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .hbbocb-card {
    padding: 20px 16px;
  }

  .hbbocb-title {
    font-size: 1.2rem;
  }

  .hbbocb-list li {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 40%!important;
  }
}
@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 1%!important;
  }
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgb(21 107 117) !important;
}
/* Üst bloklar (opsiyonel, görseldeki gibi) */
.price-old {
  color: #83908d;
  text-decoration: line-through;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}

.price-badges {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.badge-kdv {
  background: #d7eadf;
  color: #1e2d2b;
  border-radius: .6rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}

.badge-kdv small {
  display: block;
  font-size: .9rem;
  font-weight: 700;
  opacity: .85;
  margin-bottom: .25rem;
}

.badge-disc {
  background: #156b71;
  color: #fff;
  border-radius: .8rem;
  padding: 1rem 1.25rem;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
}

.badge-disc+.disc-text {
  color: #1e2d2b;
  font-weight: 600;
}

/* Peşin fiyatına satırı */
.installment-info {
  margin-top: 1rem;
  color: #1e2d2b;
  font-size: 1rem;
  line-height: 1.4;
}

.installment-info p {
  margin: 0;
}

.installment-info strong {
  font-weight: 700;
  margin-right: .25rem;
}

#installment-price {
  font-weight: 600;
}
.UrunSecenekleriHeader {
    font-weight: 500;
}
.breadcrumb
 {
    text-transform: lowercase;
}
    .rollpack-instructions {
        background: #f8f9fa;
        padding: 40px 20px;
        border-radius: 12px;
    }
    
    .instruction-step {
        height: 100%;
        padding: 15px;
        transition: transform 0.3s ease;
    }
    
    .instruction-step:hover {
        transform: translateY(-5px);
    }
    
    .step-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
    }
    
    .step-icon img {
        width: 100%;
        height: auto;
        max-width: 80px;
        max-height: 80px;
        object-fit: contain;
    }
    
    .step-number {
        font-weight: 700;
        white-space: nowrap;
    }
    
    .step-description {
        margin: 0;
        font-style: italic;
    }
    
    @media (max-width: 767px) {
        .rollpack-instructions {
            padding: 30px 15px;
        }
        
        .step-icon {
            min-height: 70px;
        }
        
        .step-icon img {
            max-width: 70px;
            max-height: 70px;
        }
        
        .step-number {
            font-size: 14px !important;
        }
        
        .step-description {
            font-size: 11px !important;
        }
    }
    
    @media (max-width: 576px) {
        .step-icon {
            min-height: 60px;
        }
        
        .step-icon img {
            max-width: 60px;
            max-height: 60px;
        }
        
        .step-number {
            font-size: 13px !important;
        }
    }
        @media (min-width: 992px) {
        .product-gallery-sticky {
            position: sticky;
            top: 20px;
            align-self: flex-start;
            max-height: calc(100vh - 40px);
            overflow-y: auto;
            scrollbar-width: none;
        }
        
        .product-gallery-sticky::-webkit-scrollbar {
            display: none;
        }
    }
        .mattress-size-guide {
        padding: 40px 0;
    }
    
    .size-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .size-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    
    .size-image img {
        max-height: 120px;
        object-fit: contain;
    }
    
    @media (max-width: 768px) {
        .mattress-size-guide h2 {
            font-size: 24px !important;
        }
        
        .size-image {
            min-height: 120px !important;
        }
        
        .size-label {
            font-size: 16px !important;
        }
    }
i.fa.fa-plus-square
 {
    color: #166a74 !important;
}
.basket-button .green-button {
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #166a74 !important;
    font-size: 14px !important;
    background: #166a74 !important;
    color: #fff !important;
}