@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* custom style */

.orderForm				{background:var(--main-bg-color); color: var(--main-text-color) }
.orderForm				{width:800px; margin: 20px auto; font-family: "Poppins", sans-serif;   font-weight: 400;   font-style: normal; font-size: 14px; display: flex; flex-wrap: wrap;}
.orderForm form			{width:100%;}
.priceTextTitle			{color: var(--main-text-color); font-size:20px; font-weight:500; text-align:center; color:#f00}
.productImages			{float:left; width:96%; margin:10px 2%; text-align:center;}
.productImages	img		{max-height:400px}

.orderPriceList			{border:3px solid silver; background:#fff; border-radius:12px; padding:11px; margin:10px; display: flex;}
.orderPriceList:hover	{border:3px solid #666; cursor:pointer }
div.orderPriceList:has(input[type="radio"]:checked) {border:3px solid #0074bf; background:#d9ebf6; position:relative}
div.orderPriceList:has(input[type="radio"]:checked)::after {content:"SEÇİLDİ"; position:absolute; top:-1px; right:-1px; background:#0074bf; color:#fff; font-size:11px; font-weight:600; padding:3px 10px; border-radius:0 10px 0 10px; letter-spacing:0.5px;}
.orderPriceLine         {display: inline-block;  width: 100%;}

.orderPriceList label	{width:100%; display:flex; align-items:center; gap:12px;}
.orderPriceList .productPriceImage	{width:180px; flex-shrink:0; text-align:center;}
.orderPriceList .productPriceImage img	{max-width:100%; max-height:180px; object-fit:contain; vertical-align:middle;}
.productPriceContent	{flex:1; position:relative; display:flex; flex-direction:column; align-items:flex-start;}
.productPriceValues		{display:flex; align-items:baseline; gap:8px; margin:2px 0 4px;}
.bestSeller				{width:46px; height:46px; background: url('/assets/images/en-cok-satan.png'); background-size: contain; background-repeat:no-repeat; position: absolute; bottom: 0; right: 0;}

.productPrice			{font-size: 22px; font-weight: 600; color: #000;}
.productOldPrice		{text-decoration: line-through; font-size: 18px; color: #666;}
.cargoText				{font-size: 12px;  color: #999;}
.cargoText	strong		{font-size: 14px;  color: #033; font-weight:500}
.productPriceTitle		{font-size: 18px;font-weight: 600;}
.productPriceTitleEkstra {display:inline-block; padding:5px 12px; border-radius:6px; margin:3px 0; font-size:13px; font-weight:600; color:#fff; line-height:1.4;}
.noDiscount				{background: #afafaf; color: white; border-radius: 6px; padding: 3px 8px; display: inline-block; font-weight: 500;  margin: 5px 0;}
.productPiecePrice		{padding: 6px 8px; border-radius: 5px; line-height: 1; font-weight: 700; font-size:14px; color: #fff; display: inline-block; background:#000;}
.orderPriceList	input[type="radio"]	{visibility: hidden; position: absolute;}
.text-center			{text-align: center}
.hidden					{display:none}
input::placeholder, select::placeholder, textarea::placeholder		{color: #000; font-family: "Poppins", sans-serif;   font-weight: 400; font-size: 14px; }
.gizlilik				{text-align:left; font-weight:300;  font-size:12px; opacity: 0.5}
.gizlilik input			{width:auto}
.priceTextTitle			{float:left; width:100%; margin:25px 0; text-align:center; font-size:22px; font-weight:600; color:#f00}


.customerInfo			{padding: 11px; width:100%; display: table-cell;}
.formLine				{width: 100%; margin-bottom:1px; display: inline-block;}
.formLineHalf			{float: left;  width: 48%; margin:0px 1%}
.formLineFull			{float: left;  width: 98%; margin:0px 1%}
.formLineLabel			{float: left; margin-bottom: 1px; width:100%}
.form-style				{-webkit-appearance: none; padding: 10px 2% !important; border-radius: 6px !important; border: 1px solid silver !important; background-color: #fff; color: #000 !important; display: block;  width: 96%; margin-top: 7px; margin-bottom: 0; font-size: 15px;  outline: 0;  font-family: inherit;}
select.form-style		{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 10px center; background-size: 16px; padding-right: 35px !important; cursor: pointer; appearance: none; -moz-appearance: none;}

.formLineInput			{float: left;width: 100%;}



li.orderPriceList:has(input[type="radio"]:checked) {border:3px solid #61bf47; background:#f1fff0}

.orderPriceListImage		{list-style:none}
.orderPriceListImage input, .varyantBox label input	{position: absolute;  visibility: hidden;}

.orderPriceListImage img	{width:100%}
.orderPriceListImage img:hover, .varyantBox label:hover	{cursor:pointer}

.priceGrid-1			{width: 100%;  float: left;  margin: 15px 0px 0px 0px;}
.priceGrid-2			{width: 48%;  float: left;  margin: 1%;}
.priceGrid-3			{width: 32%;  float: left;  margin: 0.666%;}
.priceGrid-4			{width: 24%;  float: left;  margin: 0.5%;}

.priceImgSelected		{display:none}
.textCenter				{text-align:center}

.ProductOption				{float:left; width:96%;	 margin:10px 2%;}
.variantBlock				{border: 1px solid #ccc; background: #fff;  width: 96%; border-radius: 4px; padding: 2%; margin-bottom: 5px; }
.variantBlockGrid			{display: grid;   grid-template-columns: repeat(auto-fit, minmax(0, 1fr));   gap: 10px;}

.varyantBox label			{background: var(--main-bg-color);  color: var(--main-text-color); font-size:16px; text-align: center;  padding: 2%;  border-radius: 6px;  border:2px solid var(--main-bg-color); width: 96%;   display: inline-block;}
.varyantBox label:has(input:checked) {border-color: #090; }
.variantTitle				{width: 100%; display: inline-block;  text-align: center;  margin-bottom: 10px;}
.PaymentVariantSelect		{width: 100%;  text-align: center;  margin-top: 15px;}

.ProductsOptionsBoxImg {display: inline-block; width: 100%; margin-bottom: 10px;}
.ProductsOptionsBoxImg img{width: 120px;}






.form-style.error			{border: 1px solid #e74c3c;}
.form-style.valid			{border: 1px solid #2ecc71;}
#customModal				{background: #fff;  padding: 30px 40px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0,0,0,0.3);  font-size:14px;  font-weight:400}
#customModal button			{ margin-top: 15px;  background: #27ae60;  border: none;  color: #fff;  padding: 10px 20px;  border-radius: 6px;  cursor: pointer;}
#customModal button:hover	{background: #2ecc71;}
#customModalOverlay			{position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,0.6);  display: none;  align-items: center;  justify-content: center;  z-index: 9999;font-family: "Poppins", sans-serif; }

.site-body				{background: url('/assets/images/site-bg.png'); margin:0}
.page-container			{ width: 800px;  margin: 0 auto;  padding: 0 !important;-webkit-box-shadow: 16px 0 36px 10px #4a4a4a; -moz-box-shadow: 0 36px 36px 10px #4a4a4a; box-shadow: 16px 0 36px 10px #4a4a4a}
.page-line				{display: flex;}
.page-line img			{width:100%; display: flex;}
.page-line a			{display: flex;}
.page-order-line		{background : var(--main-bg-color); display: flex;}
.page-order-line  .form-style	{width:96%}
.page-order-line select	{width:100% !important}


.orderFormButton		{margin:20px 0; text-align:center}
.orderFormButton button	{width: 300px;   font-weight: bold;  font-family: "Poppins", sans-serif;  font-size: 26px;  padding: 12px 0px;  border: 4px solid #fff;  border-radius: 40px;  color: #fff;  box-shadow: 0px 1px 10px #d5d5d5;}
.orderFormButton button:hover	{color:#fff; cursor:pointer}

.btn-siyah			{background :#333}
.btn-siyah:hover	{background :#000}

.btn-yesil			{background :#01cc21}
.btn-yesil:hover	{background :#04971b}

.btn-kirmizi		{background :#f50000}
.btn-kirmizi:hover	{background :#8a0000}

.btn-mavi			{background :#0a78d9}
.btn-mavi:hover		{background :#00549d}

.btn-sari			{background :#eab106}
.btn-sari:hover		{background :#977800}

.btn-turuncu		{background :#fb640a}
.btn-turuncu:hover	{background :#b94601}

.btn-mor			{background :#d011c4}
.btn-mor:hover		{background :#6f0068}

@media(max-width:576px) {
.page-container			{width: 100%;}
.orderForm				{width:100%;}

.productImages	img		{max-height:auto; width:100%}
.noDiscount				{font-size: 11px;}

.formLineHalf			{width: 98%; margin: 0 1%;}
.orderPriceList			{padding:10px; margin:8px 5px;}
.orderPriceList label	{gap:10px;}
.orderPriceList .productPriceImage	{width:70px;}
.orderPriceList .productPriceImage img	{max-height:70px;}
.productPriceTitle		{font-size: 14px;}
.productPriceTitleEkstra {font-size: 11px; padding:3px 8px; font-weight:normal;}
.productPrice			{font-size: 18px;}
.productOldPrice		{font-size: 12px;}
.productPiecePrice		{font-size: 11px; padding: 4px 6px;}
.bestSeller				{width:35px; height:35px; bottom:-5px; right:-5px; top:auto; left:auto;}
.productPriceValues		{gap:6px; margin:1px 0 3px;}

/* Mobilde priceGrid genişlikleri */
.priceGrid-3			{width: 48%; margin: 1%;}
.priceGrid-4			{width: 48%; margin: 1%;}
}

/* Upsell Styles - Modern Design */
.upsellSection          {width:calc(100% - 40px); margin:20px auto; background:linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%); border:3px solid #ffb800; border-radius:16px; overflow:hidden; box-sizing:border-box; box-shadow:0 6px 20px rgba(255,184,0,0.3);}
.upsellHeader           {background:linear-gradient(135deg, #ff9500 0%, #ffb800 100%); padding:18px 24px; display:flex; align-items:center; gap:18px;}
.upsellHeaderIcon       {font-size:42px; line-height:1; filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2));}
.upsellHeaderText       {flex:1;}
.upsellHeaderTitle      {font-size:20px; font-weight:800; color:#fff; margin-bottom:5px; text-shadow:0 2px 4px rgba(0,0,0,0.15); letter-spacing:0.3px;}
.upsellHeaderDesc       {font-size:14px; color:rgba(255,255,255,0.95); line-height:1.5; font-weight:500;}
.upsellProducts         {padding:15px;}
.upsellCard             {margin-bottom:10px;}
.upsellCard:last-child  {margin-bottom:0;}
.upsellCardLabel        {display:block; cursor:pointer;}
.upsellCardLabel input  {display:none;}
.upsellCardContent      {display:flex; align-items:center; gap:12px; background:#fff; border:2px solid #e0e0e0; border-radius:10px; padding:12px; position:relative; transition:all 0.3s ease;}
.upsellCardLabel input:checked ~ .upsellCardContent {border-color:#27ae60; background:linear-gradient(135deg, #e8f8f0 0%, #d4f1e4 100%); box-shadow:0 4px 12px rgba(39,174,96,0.2);}
.upsellCardLabel input:checked ~ .upsellCardContent .upsellCardCheck {opacity:1; transform:scale(1);}
.upsellCardImage        {width:70px; height:70px; flex-shrink:0; border-radius:8px; overflow:hidden; background:#f5f5f5;}
.upsellCardImage img    {width:100%; height:100%; object-fit:contain;}
.upsellCardInfo         {flex:1; min-width:0;}
.upsellCardTitle        {font-size:15px; font-weight:600; color:#333; margin-bottom:6px; line-height:1.3;}
.upsellQty              {background:#666; color:#fff; font-size:11px; padding:2px 6px; border-radius:4px; margin-left:5px;}
.upsellCardPrices       {display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
.upsellCardOldPrice     {text-decoration:line-through; color:#999; font-size:14px;}
.upsellCardNewPrice     {font-size:18px; font-weight:700; color:#e74c3c;}
.upsellCardBadge        {position:absolute; top:-8px; right:10px; background:linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); color:#fff; font-size:12px; font-weight:700; padding:4px 10px; border-radius:20px; box-shadow:0 2px 8px rgba(231,76,60,0.4);}
.upsellCardCheck        {width:28px; height:28px; background:#27ae60; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; opacity:0; transform:scale(0.5); transition:all 0.3s ease;}
.upsellCardCheck .checkIcon {width:16px; height:16px; fill:#fff;}

/* Hediye Upsell Styles */
.upsellGiftSection      {width:calc(100% - 24px); margin:10px 12px 5px; box-sizing:border-box;}
.upsellGiftCard         {margin-bottom:8px;}
.upsellGiftLabel        {cursor:default !important;}
.upsellGiftContent      {border-color:#27ae60 !important; background:linear-gradient(135deg, #e8f8f0 0%, #d4f1e4 100%) !important; box-shadow:0 4px 12px rgba(39,174,96,0.2) !important;}
.upsellGiftBadge        {position:absolute; top:-10px; right:12px; background:linear-gradient(135deg, #27ae60 0%, #2ecc71 100%); color:#fff; font-size:14px; font-weight:700; padding:6px 16px; border-radius:20px; box-shadow:0 3px 10px rgba(39,174,96,0.5); z-index:1;}
.upsellGiftPrice        {font-size:18px; font-weight:700; color:#27ae60;}

@media(max-width:576px) {
.upsellGiftSection      {margin:8px 12px 4px;}
.upsellGiftBadge        {top:-8px; right:auto; left:10px; font-size:12px; padding:5px 12px;}
}

/* Sipariş Özeti Box - Tablo */
.priceSummaryBox            {background:#fff; border:2px solid #27ae60; border-radius:12px; margin:15px 10px; overflow:hidden; box-shadow:0 4px 15px rgba(39,174,96,0.2);}
.priceSummaryTitle          {background:linear-gradient(135deg, #27ae60 0%, #2ecc71 100%); color:#fff; padding:14px 16px; font-size:17px; font-weight:700; text-align:center; letter-spacing:0.5px;}
.priceSummaryTable          {width:100%; border-collapse:collapse; table-layout:fixed;}
.priceSummaryTable tbody    {background:#fafafa;}
.priceSummaryTable td       {padding:12px 16px; font-size:14px; vertical-align:middle;}
.priceSummaryTable td:first-child {width:60%;}
.priceSummaryTable td:last-child {width:40%; text-align:right;}
.priceSummaryRow            {border-bottom:1px solid #e8e8e8;}
.priceSummaryRow:last-child {border-bottom:none;}
.priceSummaryRow .itemLabel {color:#333; font-weight:500;}
.priceSummaryRow .itemValue {font-weight:600; color:#333; white-space:nowrap;}
.priceSummaryRow.gift .itemLabel {color:#27ae60;}
.priceSummaryRow.gift .giftText {color:#27ae60; font-weight:700; background:#e8f5e9; padding:3px 8px; border-radius:4px; font-size:12px;}
.priceSummaryRow.discount .itemLabel {color:#27ae60;}
.priceSummaryRow .discountValue {color:#27ae60; font-weight:700;}
.priceSummaryRow.upsell .itemValue {color:#333;}
.priceSummaryRow .oldPrice  {text-decoration:line-through; color:#999; font-weight:400; margin-right:8px; font-size:12px;}
.priceSummarySaving         {background:linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%); border-top:2px solid #ffc107;}
.priceSummarySaving td      {padding:12px 16px; font-size:14px; color:#7b5e00; font-weight:600;}
.priceSummarySaving .savingValue {font-size:17px; font-weight:700; color:#e65100;}
.priceSummaryTotal          {background:linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%); border-top:2px solid #1b5e20;}
.priceSummaryTotal td       {padding:16px; font-size:17px; font-weight:700; color:#fff;}
.priceSummaryTotal .totalValue {font-size:22px; font-weight:800; color:#fff;}

@media(max-width:576px) {
.priceSummaryBox        {margin-bottom:12px;}
.priceSummaryTitle      {padding:10px 14px; font-size:15px;}
.priceSummaryTable td   {padding:8px 12px; font-size:13px;}
.priceSummaryRow .oldPrice {font-size:11px; margin-right:5px;}
.priceSummarySaving td  {padding:10px 12px; font-size:13px;}
.priceSummarySaving .savingValue {font-size:14px;}
.priceSummaryTotal td   {padding:12px; font-size:14px;}
.priceSummaryTotal .totalValue {font-size:17px;}
}

@media(max-width:576px) {
.upsellSection          {width:calc(100% - 24px); margin:15px auto;}
.upsellHeader           {padding:14px 16px; gap:12px;}
.upsellHeaderIcon       {font-size:36px;}
.upsellHeaderTitle      {font-size:17px; font-weight:700;}
.upsellHeaderDesc       {font-size:13px;}
.upsellProducts         {padding:12px;}
.upsellCardContent      {flex-direction:column; text-align:center; gap:10px;}
.upsellCardImage        {width:80px; height:80px;}
.upsellCardPrices       {justify-content:center;}
.upsellCardBadge        {top:-6px; right:8px; font-size:11px; padding:3px 8px;}
.upsellCardCheck        {position:absolute; top:10px; right:10px;}
}

/* Telefon - Ülke Seçici */
.phoneInputWrapper {
    display: flex;
    align-items: stretch;
}
.countryDisplay {
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
    background: #f9f9f9;
    min-width: 65px;
    margin-top: 7px;
}
.countrySelector {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
    position: relative;
    background: #f9f9f9;
    min-width: 100px;
    margin-top: 7px;
}
.countryFlag {
    width: 24px;
    height: 16px;
    margin-right: 6px;
    object-fit: cover;
    border-radius: 2px;
}
.countryCode {
    font-size: 14px;
    font-weight: 500;
    margin-right: 4px;
}
.dropdownArrow {
    font-size: 8px;
    color: #666;
}
.countryDropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    min-width: 280px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.countryDropdown.show {
    display: block;
}
.countryOption {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    gap: 10px;
}
.countryOption:hover {
    background: #f5f5f5;
}
.countryOption img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}
.countryOption .countryName {
    flex: 1;
}
.countryOption .countryPhoneCode {
    color: #666;
    font-size: 13px;
}
.phoneInput {
    border-radius: 0 6px 6px 0 !important;
    border-left: none !important;
    flex: 1;
}

@media(max-width:576px) {
.countryDisplay {
    min-width: 80px;
    padding: 0 8px;
}
.countrySelector {
    min-width: 90px;
    padding: 0 8px;
}
.countryCode {
    font-size: 13px;
}
.countryDropdown {
    min-width: 260px;
}
}

/* Carousel Slider */
.carousel-container {position:relative; overflow:hidden;}
.carousel-container .swiper {width:100%; height:auto;}
.carousel-container .swiper-slide {display:flex;}
.carousel-container .swiper-slide img {width:100%; display:flex;}
.carousel-container .swiper-slide a {display:flex; width:100%;}
.carousel-container .swiper-button-next,
.carousel-container .swiper-button-prev {color:#fff; text-shadow:0 1px 4px rgba(0,0,0,0.5); transition:opacity 0.2s;}
.carousel-container .swiper-button-next:after,
.carousel-container .swiper-button-prev:after {font-size:28px;}
.carousel-container .swiper-pagination-bullet {background:#fff; opacity:0.6;}
.carousel-container .swiper-pagination-bullet-active {opacity:1; background:#fff;}

/* YouTube Video Overlay */
.youtube-line {position:relative;}
.youtube-line a {position:relative; display:flex; width:100%;}
.youtube-play-overlay {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:72px; height:72px; background:rgba(255,0,0,0.85); border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:transform 0.2s, background 0.2s; box-shadow:0 4px 15px rgba(0,0,0,0.4);}
.youtube-play-overlay:hover {transform:translate(-50%,-50%) scale(1.1); background:rgba(255,0,0,1);}
.youtube-play-overlay svg {width:32px; height:32px; fill:#fff; margin-left:4px;}
.youtube-line img {width:100%; display:flex;}

/* YouTube Modal */
.youtube-modal-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.9); z-index:10000; align-items:center; justify-content:center;}
.youtube-modal-overlay.show {display:flex;}
.youtube-modal {position:relative; width:90%; max-width:800px; aspect-ratio:16/9;}
.youtube-modal iframe {width:100%; height:100%; border:none; border-radius:8px;}
.youtube-modal-close {position:absolute; top:-40px; right:0; background:none; border:none; color:#fff; font-size:32px; cursor:pointer; padding:5px 10px; line-height:1;}
.youtube-modal-close:hover {color:#ccc;}

@media(max-width:576px) {
.carousel-container .swiper-button-next:after,
.carousel-container .swiper-button-prev:after {font-size:20px;}
.carousel-container .swiper-button-next,
.carousel-container .swiper-button-prev {width:30px; height:30px;}
.youtube-play-overlay {width:52px; height:52px;}
.youtube-play-overlay svg {width:24px; height:24px;}
.youtube-modal {width:95%;}
.youtube-modal-close {top:-36px; font-size:28px;}
}
