/* product desc */
/* primary_block ***************************************************************************** */
#primary_block {
  margin-top: 15px;
}

#product_reference {
  font-size: 1rem;
}

/* pb-right-column ***************************************************************************** */
#pb-right-column {
  float: left;
  min-width: 45%;
  max-width: 450px;
  margin-right: 10px;
}

@media (max-width: 640px) {
  #pb-right-column {
    width: 100%;
  }
}

#pb-right-column #image-block {
  position: relative;
}

#pb-right-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
}

#pb-right-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 10px;
  left: 32%;
  display: block;
  padding: 0 12px 0 30px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  text-transform: uppercase;
  background-image: url(../img/icon/zoom.png);
  background-repeat: no-repeat;
  background-position: 10px 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

#pb-right-column #image-block #view_full_size .span_link img {
  position: relative;
  top: 3px;
  left: -3px;
  border: none;
  padding-right: 2px;
}

/* miniatures */
#pb-right-column #views_block {
  margin-top: 10px;
  width: 100%;
}

#thumbs_list {
  float: left;
  overflow: hidden;
  margin-left: 4px;
  width: calc(100% - 50px);
}

#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}

#thumbs_list li {
  float: left;
  height: 60px;
  width: 72px;
  cursor: pointer;
}

#thumbs_list li img {
  margin: 0 6px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}

span.view_scroll_spacer {
  float: left;
  height: 16px;
  width: 21px;
}

#view_scroll_left,
#view_scroll_right {
  float: left;
  margin-top: 20px;
  padding: 0 4px;
  height: 18px;
  width: 20px;
  text-indent: -3000px;
  background: url(../img/thumbs_left.gif) no-repeat center center transparent;
}

#view_scroll_right {
  margin-left: 4px;
  background-image: url(../img/thumbs_right.gif);
}

.resetimg {
  padding: 10px 0 0;
}

/* link list */
#usefull_link_block {
  list-style-type: none;
  margin-top: 20px;
}

#usefull_link_block li {
  padding: 2px 0;
}

#usefull_link_block li.print {
  padding-left: 20px;
  background: url(../img/icon/print.gif) no-repeat 0 0;
}

#usefull_link_block li.sendtofriend {
  padding-left: 20px;
  background: url(../img/icon/send_friend.gif) no-repeat 0 0;
}

#usefull_link_block li#left_share_fb {
  padding-left: 20px;
  background: url(../img/icon/picto_fb.png) no-repeat 0 0;
}

/* pb-left-column ****************************************************************************** */
.button2 {
  text-transform: uppercase;
  padding: 12px 28px;
  margin: 0;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button2:hover {
  background-color: #111;
  color: white;
}

#pb-left-column {
  float: left;
  margin-left: 14px;
  //	width:255px;
  //	width:50%;
}

#pb-left-column h1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 2rem;
}

#pb-left-column #short_description_block .buttons_bottom_block {
  display: none;
}

#buy_block p {
  padding-bottom: 10px;
}

#quantity_wanted_p {
  display: inline;
  float: left;
}

#pb-left-column #buy_block label {
  display: inline-block;
  //	width:125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}

.ie7 #pb-left-column #buy_block label {
  margin-right: 5px;
  float: left
}

/* color_picker */
#pb-left-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

#attributes fieldset {
  padding-bottom: 10px;
}

#attributes fieldset label {
  vertical-align: top;
}

#attributes .attribute_list {
  display: inline-block;
}

.ie7 #attributes .attribute_list {
  display: inline;
  zoom: 1;
  float: right
}

#attributes .attribute_list ul {
  list-style: none
}

#attributes .attribute_list ul li {
  clear: both
}

#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}

#attributes .attribute_list span {
  float: left;
  margin-bottom: 5px;
  margin-left: 3px;
}

.ie7 #attributes .attribute_list span {
  margin-top: 1px
}

#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
  width: 125px;
}

#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 1px;
  border: 1px solid #ccc;
  clear: none
}

#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #000;
}

#attributes .attribute_list #color_to_pick_list a.color_pick {
  display: block;
  height: 20px;
  width: 20px;
}

.product_attributes {
  padding: 10px 0 0;
}

/* attributes */
#attributes select {
  width: 120px;
  border: 1px solid #cdcdcd;
}

.product-reference {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #636363;
}

/* quantity_wanted */
#quantity_wanted_p input {
  width: 40px;
  height: 35px;
  padding: 0;
  float: left;
  text-align: center;
  border: 1px solid #CCCCCC;
  line-height: 40px;
  margin-right: 10px;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border-radius: 10px !important;
  font-weight: bold;
}

#quantity_wanted_p input::-webkit-outer-spin-button,
#quantity_wanted_p input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#quantity_wanted_p input {
  -moz-appearance: textfield;
}


/* availability_statut */
#availability_statut {
  margin: 10px 0 0 0;
  min-width: 255px;
}

#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  color: #999;
  font-size: 14px;
}

#availability_statut #availability_value {
  color: #99cc00;
  text-shadow: none;
  font-size: 14px;
  display: inline-block;
}

#oosHook a#mailalert_link2 {
  background: #abcde6 !important;
  border: 1px solid #abcde6 !important;
  border-top-color: rgb(171, 205, 230);
  border-right-color: rgb(171, 205, 230);
  border-bottom-color: rgb(171, 205, 230);
  border-left-color: rgb(171, 205, 230);
  padding: 6px 14px !important;
  border-radius: 40px !important;
  color: #fff !important;
  font-size: 14px !important;
  white-space: normal !important;
}

#oos_customer_email {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  color: #9c9b9b;
  border: 1px solid #d6d4d4;
}

#availability_statut #availability_value.warning_inline {
  color: #d9534f;
}

/* prices */
/* .content_prices {
//	margin-top:10px;
//	padding-top:10px;
//	border-top:1px solid #ccc;
//	text-align:right;
} */

#buy_block p.price {
  padding: 0;
}

.discount {
  display: none;
}

#buy_block p#old_price {
  padding-bottom: 15px;
  font-size: 17.5px;
  /*text-decoration:line-through;*/
}

#old_price_display {
  text-decoration: line-through;
  font-weight: 700;
  color: #999;
}

.our_price_display {
  padding-bottom: 10px;
  font-weight: 700;
  font-family: 'RobotoCondensed-Light';
  font-size: 28px;
  line-height: 18px;
  color: #000;
}

.content_prices {
  margin-top: 10px;
}


#reduction_percent,
#reduction_amount {
  font-family: "linotypeunivers-320", Arial, sans-serif;
  display: block;
  float: right;
  margin-left: 10px;
  padding: 10px;
  padding-left: 15px;
  margin-top: -30px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  //	background:url(../img/bg_reduction.png) no-repeat 0 0 transparent;
  background-color: #8985b5;

}

#reduction_percent span,
#reduction_amount span {
  display: block;
  padding: 1px 5px 1px 0;
  //	background:url(../img/bg_reduction.png) no-repeat 100% 0 transparent;
}

/* online_only */
#buy_block p.online_only {
  font-weight: 700;
  font-size: 11px;
  color: #900;
  text-align: left;
  text-transform: uppercase;
}

/* add_to_cart */
.content_prices #add_to_cart {
  position: relative;
  float: right;
  padding: 0;
}

.content_prices #add_to_cart .exclusive,
.content_prices #add_to_cart .exclusive_disabled {
  height: 26px;
  padding: 5px 7px 5px 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /*hack Chrome and Safari */

  .content_prices #add_to_cart .exclusive,
  .content_prices #add_to_cart .exclusive_disabled {
    padding: 6px 7px 4px 15px;
  }

}

.ie9 .content_prices #add_to_cart .exclusive,
.ie9 .content_prices #add_to_cart .exclusive_disabled,
.ie8 .content_prices #add_to_cart .exclusive,
.ie8 .content_prices #add_to_cart .exclusive_disabled,
.ie7 .content_prices #add_to_cart .exclusive,
.ie7 .content_prices #add_to_cart .exclusive_disabled {
  padding: 8px 7px 4px 15px;
  line-height: 12px;
}

:first-child+html .content_prices #add_to_cart .exclusive {
  padding: 4px 3px 4px 11px;
}

.content_prices #add_to_cart span {
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  height: 26px;
  width: 26px;
  background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent;
}

/* */
.buttons_bottom_block {
  //	clear:both;
  padding-top: 0px;
}

.buttons_bottom_block #wishlist_button {
  font-weight: 700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {}

#send_friend_form h2 {
  padding: 8px 11px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  background: #383838;
}

#send_friend_form .product {
  margin: 20px 10px;
}

#send_friend_form .product img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}

#send_friend_form .product .product_desc {
  float: left;
  width: 380px;
}

#send_friend_form .product .product_desc p {
  padding: 0 10px 0 0;
  color: #333;
}

#send_friend_form .product .product_desc p.product_name {
  font-size: 12px;
  color: #000;
}

#send_friend_form .send_friend_form_content {
  margin: 0 10px 20px;
}

#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #eee;
}

#send_friend_form .form_container p.intro_form {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color:
    /* SEND TO FRIEND (pop-in) ##################################################################### */
    #666;
}

#send_friend_form .form_container .text {
  padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
  display: inline-block;
  padding: 6px 15px;
  width: 180px;
  /* 210 */
  font-size: 12px;
  text-align: right;
}

#send_friend_form .form_container .text input {
  padding: 0 5px;
  height: 22px;
  width: 260px;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #666;
}

#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}

/* PACK ##################################################################### */
#blockpack {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #999;
}

/* PERSONNALISATION ##################################################################### */
.customization_block {}

.customization_block p.infoCustomizable {
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
  background: url(../img/icon/infos.gif) no-repeat 0 0 transparent;
}

ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.customizationUploadLine {
  padding-bottom: 10px;
}

.customizationUploadBrowse img+a {
  position: relative;
  top: -51px;
}

.customizationUploadLine label {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}

.customizationUploadLine textarea {
  height: 50px;
  width: 300px;
  border: 1px solid #ccc;
}

#customizedDatas {
  float: right;
}

.accessories_block div ul li a {
  display: inline-block;
}

.accessories_block div ul li .s_title_block a,
.accessories_block div ul li .s_title_block span {
  font-weight: bold;
}

.znaczek_top {
  float: right;
}

#primary_block {
  display: inline-flex;
}

@media (max-width:600px) {
  #primary_block {
    display: block;
  }

  .product-container-header-section {
    flex-direction: column;
    gap: 20px;
  }

  #pb-left-column {
    margin-left: 0;
  }
}

.product-freeshipping .freeshipping-message {
  font-size: 18px;
  font-weight: 700;
  margin-top: -10px;
  padding: 10px 0 5px;
}

/* @media (max-width: 860px) {
	#idTab1 > div > div:nth-child(1) {
		height: auto !important;
	}

	#idTab1 > div > div:nth-child(1) > div {
		display: none;
		float: none !important;
	}

	#idTab1 > div > div:nth-child(1) > span {
		float: none !important;
		max-width: 100% !important;
		display: block;
	}
} */

.first-hero {
  position: relative;
  background-size: cover;
  height: 82vh;
  min-height: 640px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.first-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  padding-right: 4.8vw;
  padding-left: 2vw;
  box-sizing: border-box;
}

.first-hero-title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.35px;
  color: #000;
  text-align: right;
}

.first-hero-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left,
      rgba(250, 250, 250, 0.65) 0%,
      rgba(250, 250, 250, 0.55) 15%,
      rgba(250, 250, 250, 0.38) 30%,
      rgba(250, 250, 250, 0.22) 50%,
      rgba(250, 250, 250, 0.09) 70%,
      rgba(250, 250, 250, 0.02) 88%,
      transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.top-hero {
  position: relative;
  height: 80vh;
  min-height: 620px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.top-hero-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0.24) 45%,
      rgba(0, 0, 0, 0.08) 70%,
      transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.top-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  padding: 7vh 5vw 0;
  text-align: center;
  color: white;
}

.top-hero-title {
  font-size: clamp(1.45rem, 3.1vw, 2.1rem);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.2px;
  margin: 0;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.75),
    0 1px 4px rgba(0, 0, 0, 0.4);
}

/* Uniwersalna wyśrodkowana sekcja cechy */
.centered-feature {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  text-align: center;
}

.centered-feature .feature-head {
  font-size: 2.1rem;
  font-weight: 700;
  color: #25445a;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin: 0 0 1.1rem 0;
}

.centered-feature p {
  font-size: 1.12rem;
  color: #3c3c3c;
  line-height: 1.48;
  max-width: 720px;
  margin: 0 auto;
}

.input-group-btn-vertical {
  display: none !important;
}

.product-quantity #quantity_wanted {
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.product-description.short {
  color: #666;
  margin-top: 20px;
}

.product-description.short p {
  font-size: 14px;
}

.product-images>li.thumb-container .thumb {
  margin: 0 6px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
}

.tabs {
  margin-top: 40px;
}

.tabs .nav-item a {
  font-size: 16px;
  margin-right: 10px;
}

.tabs .nav-item a:hover {
  text-decoration: underline;
}

.tabs .nav.nav-tabs {
  margin-bottom: 40px;
}

.scroll-box-arrows i {
  height: unset !important;
  line-height: unset !important;
  bottom: 20px !important;
}

.product-quantity .qty {
  margin-right: 10px !important;
}

/* responsywność – bez zmian */
@media (max-width: 900px) {
  .centered-feature {
    padding: 32px 16px 48px;
  }

  .centered-feature .feature-head {
    font-size: 1.85rem;
  }

  .centered-feature p {
    font-size: 1.05rem;
  }
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .top-hero-title {
    font-size: clamp(1.4rem, 3.6vw, 2rem);
  }
}

@media (max-width: 768px) {
  .top-hero {
    height: 70vh;
    min-height: 540px;
  }

  .top-hero-content {
    padding-top: 8vh;
  }

  .top-hero-title {
    font-size: clamp(1.35rem, 4.4vw, 1.95rem);
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .top-hero {
    height: 65vh;
    min-height: 480px;
  }

  .top-hero-content {
    padding: 7vh 5.5vw 0;
  }

  .top-hero-title {
    font-size: clamp(1.3rem, 5.1vw, 1.85rem);
    line-height: 1.42;
  }
}

@media (max-width: 360px) {
  .top-hero-title {
    font-size: clamp(1.25rem, 5.8vw, 1.75rem);
  }
}

/* BANERY – bez zmian */
.hero,
.hero2,
.hero3,
.hero4 {
  position: relative;
  height: 82vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero {
  background: no-repeat 50% 50% / cover;
}

.hero-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(250, 250, 250, 0.97) 0%,
      rgba(250, 250, 250, 0.92) 18%,
      rgba(250, 250, 250, 0.78) 32%,
      rgba(250, 250, 250, 0.52) 48%,
      rgba(250, 250, 250, 0.24) 65%,
      rgba(250, 250, 250, 0.06) 82%,
      transparent 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  padding-left: 4.8vw;
  padding-right: 4vw;
}

.hero-title {
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.35px;
  color: #000;
  text-align: left;
}

/* PIERWSZY BANER */
.first-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 82vh;
  min-height: 640px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.first-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  padding: 0 5.5vw 0 3vw;
  box-sizing: border-box;
}

.first-hero-title {
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.35px;
  color: #000;
  text-align: right;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.08));
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.08));

  padding: 0.5em 1.1em;
  border-radius: 6px;

  display: inline-block;
  vertical-align: middle;
}

/*  Banery z tekstem  */
.banner-with-text {
  position: relative;
  width: 100%;
  height: 82vh;
  min-height: 640px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #222;
}

.banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.banner-text {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 6vw;
  box-sizing: border-box;
}

.banner-title {
  margin: 0;
  max-width: 720px;

  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.4px;

  color: #ffffff;
  text-shadow:
    0 0 10px rgba(0, 0, 0, 0.95),
    0 0 6px rgba(0, 0, 0, 0.8),
    0 3px 10px rgba(0, 0, 0, 0.6);
  font-weight: 800;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.08));

  padding: 0.5em 1.1em;
  border-radius: 6px;

  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 0.7em;
  margin-top: 27%;
  text-align: left;
  text-shadow: none;
}

.product-container-header-section {
  display: flex;
}

#main.product-card {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.product-price {
  font-weight: 700;
  font-family: 'RobotoCondensed-Light';
  font-size: 28px;
  line-height: 18px;
  color: #000;
}

/* responsywność – mniejsze ekrany */
@media (max-width: 768px) {
  .banner-with-text {
    height: 70vh;
    min-height: 480px;
  }

  .banner-title {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}

/* Responsywność – mniejsze ekrany */
@media (max-width: 768px) {
  .hero-with-text {
    min-height: 500px;
    height: 70vh;
  }

  .hero-with-text__title {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

/*  Responsywność  */

/* Tablety i mniejsze laptopy */
@media (max-width: 1100px) {
  .first-hero {
    justify-content: center;
  }

  .first-hero-content {
    max-width: 90%;
    padding: 0 6vw;
  }

  .first-hero-title {
    font-size: 1.92rem;
  }
}

/* Telefony / tablety pionowo (768px i mniej) */
@media (max-width: 768px) {
  .first-hero {
    height: 70vh;
    min-height: 540px;
    align-items: flex-start;
    padding-top: 14vh;
    justify-content: center;
  }

  .first-hero-content {
    max-width: 100%;
    padding: 0 5.5vw;
  }

  .first-hero-title {
    font-size: 1.78rem;
    text-align: center;
  }
}

/* Bardzo małe ekrany (poniżej 480px) */
@media (max-width: 480px) {
  .first-hero {
    padding-top: 12vh;
  }

  .first-hero-title {
    font-size: 1.58rem;
    line-height: 1.3;
  }

  .first-hero-content {
    padding: 0 6vw;
  }
}

/* SZACHOWNICA – bloki cech */
.container {
  max-width: 1240px;
  margin: 0 auto;
}

.feature-block {
  padding: 25px 0;
  background: white;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.feature-content h3 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #25445a;
  margin-bottom: 1rem;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.feature-content p {
  font-size: 1.12rem;
  color: #3c3c3c;
}

.feature-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
}

#more_info_block {
  margin-top: 20px;
}

.product-attachments {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 0;
}

.product-attachments .attachment a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#view_full_size img {
  width: 100%;
}

@media (max-width: 500px) {
  .product-attachments {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .product-attachments {
    grid-template-columns: 1fr 1fr;
  }
}

/* MOBILE – zawsze obrazek na górze, tekst pod spodem */
@media (max-width: 900px) {
  .feature-image {
    order: -1;
  }

  .feature-content {
    order: 0;
  }

  .feature-image img {
    margin-bottom: 20px;
  }

  .feature-content {
    padding: 0;
    text-align: left;
  }

  .feature-content h3 {
    font-size: 2.1rem;
    padding-bottom: 0;
  }

  .feature-content p {
    font-size: 1.05rem;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #idTab1 .container {
    padding: 0;
  }
}